Multiple Choice
A Linux administrator needs to add some files in a directory to the Git repository but must exclude some local .tmp files that are occasionally created by the scripts. Which of the following is the BEST way to accomplish this task?
A) git rm .tmp
B) git add -x .tmp *
C) echo .tmp >> .gitignore
D) rm -rf .tmp
Correct Answer:

Verified
Correct Answer:
Verified
Q98: A systems administrator wants to mount an
Q99: A Linux administrator needs to remove a
Q100: Due to security policies, a restriction was
Q101: A server, which is used to collect
Q102: A user, jsmith, needs access to database
Q104: An administrator is attempting to block SSH
Q105: Which of the following is the purpose
Q106: A new HTTPS web service is being
Q107: A Linux administrator implemented a new HTTP
Q108: A systems administrator receives a report that