Unix – Section 2

16. Which of the following commands is used to absolutely assign all permissions to the owner, read and write permissions to the group and only executable permission to the others of the file note?

A. chmod 761 note
B. chmod 671 note
C. chmod 167 note
D. chmod 4=rwx, g=rw note
E. None of the above

Correct Answer: A. chmod 761 note

17. The chmod ugo+rw note command can be represented in octal notation as

A. chmod 555 note
B. chmod 666 note
C. chmod 444 note
D. chmod 333 note
E. None of the above

Correct Answer: B. chmod 666 note

18. Which of the following commands is used to display the filenames in multiple columns with indication of directories and executable file?

A. ls -F -x
B. ls -l
C. ls ~ x
D. Ip
E. None of the above

Correct Answer: A. ls -F -x

19. Which command is used with vi editor to search a pattern in the forward direction?

A. /
B. ?
C. //
D. ??
E. None of the above

Correct Answer: A. /

20. Which of the following commands is used to assign executable permission to the owner of the file named “note”?

A. chmod g+x note
B. chmod u+w note
C. chmod u+x note
D. chmod ugo+x note
E. None of the above

Correct Answer: C. chmod u+x note

Leave A Comment?

seventeen − sixteen =