Which command is used to make all files and sub-directories in the directory (prog)executable by all users? July 24, 2022July 24, 2022 administrator Which command is used to make all files and sub-directories in the directory (prog)executable by all users?chmod –R a+xprogsWell Done. Your Answer is Correct Keep it Up!chmod –x a+xprogschmod -1 a+xprogschmod –R 222 progs
The chmodugo+rw note command can be represented in octal notation as July 24, 2022July 24, 2022 administrator The chmodugo+rw note command can be represented in octal notation aschmod 666 noteWell Done. Your Answer is Correct Keep it Up!chmod 555 notechmod 333 notechmod 444 note
Which of the following commands is used to view the file 24 lines at a time? July 24, 2022July 24, 2022 administrator Which of the following commands is used to view the file 24 lines at a time?pgWell Done. Your Answer is Correct Keep it Up!1pcat/p
The second set of the three permissions (r-) indicates that July 24, 2022July 24, 2022 administrator The second set of the three permissions (r-) indicates thatgroup has read permission onlyWell Done. Your Answer is Correct Keep it Up!other has read permission onlygroup has write permission onlyowner has read permission only
The command “mknodmyfifo b 4 16” July 24, 2022July 24, 2022 administrator The command “mknodmyfifo b 4 16”Will create a block device if user is rootWell Done. Your Answer is Correct Keep it Up!Will create a block device for all usersWill create a FIFO if user is not rootNone of the Option is Correct
Which command is used to set terminal IO characteristic? July 24, 2022July 24, 2022 administrator Which command is used to set terminal IO characteristic?sttyWell Done. Your Answer is Correct Keep it Up!pttycttytty
Which of the following commands is used to count just the number of lines contained in afile? July 24, 2022July 24, 2022 administrator Which of the following commands is used to count just the number of lines contained in afile?wc – 1Well Done. Your Answer is Correct Keep it Up!wc – wwc – cwc – r
Which of the following directories contain all the files created by a user, including his login directory? July 24, 2022July 24, 2022 administrator Which of the following directories contain all the files created by a user, including his login directory?/usrWell Done. Your Answer is Correct Keep it Up!/tmp/etc/dev
Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory? July 24, 2022July 24, 2022 administrator Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory?cpwb collect mon ../miscWell Done. Your Answer is Correct Keep it Up!copywb collect mon /miscopywb ../misccollect ../mismon ../misctarwb collect mon /misc
Which of the following commands is used to list remove files? July 24, 2022July 24, 2022 administrator Which of the following commands is used to list remove files?rmWell Done. Your Answer is Correct Keep it Up!erasedeletedm