Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

WRONG - See Section 2

Commands are case sensitive. True or False?

• ✔ True

CORRECT - See Section 2.2


Of the following options, which is NOT a correct way to combine the options?

• ✔ -r l

CORRECT - See Section 3


Which command shows your current location in the file system?

• ✔ pwd

CORRECT - See Section 4


Which command allows you to change the directory?

• ✔ cd

WRONG - See Section 4


Which of the following is NOT an example of an absolute route?

• ✔ Documents

WRONG - See Section 4


Which of the following is NOT a relative route?

• ✔ /home

CORRECT - See Section 5


The ls command, without options or arguments...
✔ . ..lists the contents of the current directory.

WRONG - See Section 5


The first character in a long list, the result of ls -l indicates:

• ✔ . ..Physical link count

CORRECT - See Section 5


Which option to the ls command will accommodate output by file size?

• ✔ -S

WRONG - See Section 7


Which of the following series has the highlighted owner permissions?

WRONG - See Section 7


Which of the following set of permissions indicates that the other owner only has
read permission?

r--r--r--r-x

WRONG - See Section 9


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

• ✗ chown

CORRECT - See Section 9


Changing the user owner of a file requires administrative access. True or False?

✔ True
WRONG - See Section 10
Which of the following commands can be used to rename a file?

• ✔ Mv

CORRECT - See Section 10


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

• ✔ True

CORRECT - See Section 11


Which command can be used to copy a file?

• ✔ cp

WRONG - See Section 11


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

• ✔ True

CORRECT - See Section 11.1


Which command is used to copy files at bit level?

• ✔ dd

WRONG - See Section 12


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

✔ false

CORRECT - See Section 12


Which option of the rm command will allow users to delete directories?
• ✔ -r

CORRECT - See Section 13


Which of the following commands is used to filter text?

• ✔ grep

WRONG - See Section 13.2


Which of the following commands will return only lines ending with test?

• ✔ grep 'test$' file.txt

WRONG - See Section 13.2


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

• ✔ 3121991

WRONG - See Section 13.2


Which of the following lines will be delivered by the grep command 'b[oe]t' file.txt?

• ✗ boet

WRONG - See Section 15


Which of the following commands can be used to display network configuration
information?

• ✔ ipconfig

WRONG - See Section 16

Which of the following commands displays all processes?


• ✔ ps -e

WRONG - See Section 16


The ps command requires administrator access. True or False?

• ✔ False

WRONG - See Section 18


Users can update their own passwords. True or False?

• ✔ True

CORRECT - See Section 18


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

• ✔ True

WRONG - See Section 18


Which option can be used to view information about the password status of the
current user?

✔ -S

You might also like