Which command is used to display the unix version ? July 24, 2022July 24, 2022 administrator Which command is used to display the unix version ?uname -rWell Done. Your Answer is Correct Keep it Up!uname -nuname -tkernel
Which command is used to display the operating system name ? July 24, 2022July 24, 2022 administrator Which command is used to display the operating system name ?unameWell Done. Your Answer is Correct Keep it Up!kernelUnixos
Which command is used to record a user login session in a file ? July 24, 2022July 24, 2022 administrator Which command is used to record a user login session in a file ?scriptWell Done. Your Answer is Correct Keep it Up!readmacroNone of the Option is Correct
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