TESTOUT LINUX PRO EXAM
COMPREHENSIVE STUDY GUIDE FULL
QUESTIONS AND CORRECT ANSWERS
VERIFIED
⩥ A technician wants to obtain the ABRT repository from a git online
service.
Which of the following commands should be used?
Answer: git clone :abrt/abrt.git
⩥ Cindy, a technician, created a Perl script named server-info.pl that is
used for gathering server information. Cindy wants to add the file to the
repository and has executed the command git add server-info.pl.
Which of the following commands should Cindy execute NEXT?
Answer: git commit -m "Adding server-info.pl script"
⩥ After installing Git and before the first commit is made, the user.name
and user.email properties need to be configured.
Which of the following commands can you use to configure these
properties?
Answer: git config
COMPREHENSIVE STUDY GUIDE FULL
QUESTIONS AND CORRECT ANSWERS
VERIFIED
⩥ A technician wants to obtain the ABRT repository from a git online
service.
Which of the following commands should be used?
Answer: git clone :abrt/abrt.git
⩥ Cindy, a technician, created a Perl script named server-info.pl that is
used for gathering server information. Cindy wants to add the file to the
repository and has executed the command git add server-info.pl.
Which of the following commands should Cindy execute NEXT?
Answer: git commit -m "Adding server-info.pl script"
⩥ After installing Git and before the first commit is made, the user.name
and user.email properties need to be configured.
Which of the following commands can you use to configure these
properties?
Answer: git config