Which of the following is NOT an example of an absolute path? Documents / /home/sysadmin
Linux
Which command will allow you to change your current directory?
Which command will allow you to change your current directory? chdir cd ls ch
Commands are case-sensitive. True or False?
Commands are case-sensitive. True or False? True False Explanation: Every part of the command is...
The ping command uses IP addresses to identify a computer on a...
The ping command uses IP addresses to identify a computer on a network. True or False? True False
Which of the following commands will display the last five lines...
Which of the following commands will display the last five lines of a file called file1.txt...
The > character is used for which of the following file...
The > character is used for which of the following file descriptors? STDERR STDIN STDOUT
Which option can be used to view status information about the...
Which option can be used to view status information about the current user’s password? -S -s ...
The root user can change the password of any user. True or False?
The root user can change the password of any user. True or False? True False
Users can update their own passwords. True or False?
Users can update their own passwords. True or False? True False
Which of the following will delete all of a package’s...
Which of the following will delete all of a package’s files? apt-get remove apt-get trash apt...
The ps command requires administrative access. True or False?
The ps command requires administrative access. True or False? True False
Which of the following commands will display every process?
Which of the following commands will display every process? ps -e ps –all ps -a ps
Which of the following commands can be used to display network...
Which of the following commands can be used to display network configuration information? ifconfig...
Which of the following commands will not shutdown the system...
Which of the following commands will not shutdown the system immediately? shutdown now...
Which of the following lines would be returned by the grep...
Which of the following lines would be returned by the grep ‘b[oe]t’ file.txt command...