NDG Linux Unhatched Assessment



Question 1

What does CLI stand for?




Question 2

When entering a command, do arguments or options typically come first?


Question 3

Which of the following is not a correct way to combine options?




Question 4

Which command will print your current location in the filesystem?




Question 5

Which command will allow you to change your current directory?




Question 6

Which of the following is not an example of an absolute path?



Question 7

Which of the following is not an example of a relative path?




Question 8

The .. (double period) characters are used to represent:




Question 9

The . (period) character is used to represent:




Question 10

Which of the following sets has the group permissions highlighted?




Question 11

Which of the following permission sets indicates that others have only the read permission?




Question 12

Which of the following commands is used to change the ownership of a file?




Question 13

Which of the following commands can be used to rename a file?




Question 14

Which command can be used to copy a file?




Question 15

The cp command requires at least two arguments.
True or False?

Question 16

Which command is used to copy files at the bit level?


Question 17

The rm command requires at least two arguments.
True or False?

Question 18

Which option to the rm command will allow a user to delete directories?




Question 19

Which of the following commands is used to filter text?




Question 20

Which of the following lines would be not returned by the grep '[^0-9]' file.txt command?




Question 21

Which of the following commands will not shutdown the system immediately?




Question 22

Which of the following commands will display every process?




Question 23

The ps command requires administrative access.
True or False?

Question 24

Which of the following commands will update all packages?




Question 25

Which of the following will delete all of a package's files?




Question 26

Which of the following commands should be executed before installing a package?




Question 27

The root user can change the password of any user.
True or False?

Question 28

Which of the following commands can be used to print output to the terminal?




Question 29

The > character is used for which of the following file descriptors?



Question 30

Which of the following commands will display the last five lines of a file called file1.txt?
(choose two)