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
Which command is used to assign only read permission to all three categories of the file ‘note’? July 24, 2022July 24, 2022 administrator Which command is used to assign only read permission to all three categories of the file ‘note’?chmodugo = r = noteWell Done. Your Answer is Correct Keep it Up!chmodu+r, g+r, o-x notechmodgo+r notechmod a-rw
Which of the following commands is used to summarize the disk usage? July 24, 2022July 24, 2022 administrator Which of the following commands is used to summarize the disk usage?duWell Done. Your Answer is Correct Keep it Up!fdiskchkdskdisk
Which of the following commands is used to copy directory structures in and out? July 24, 2022July 24, 2022 administrator Which of the following commands is used to copy directory structures in and out?cpioWell Done. Your Answer is Correct Keep it Up!copycp-pcp
Which of the following commands is used to change the working directory? July 24, 2022July 24, 2022 administrator Which of the following commands is used to change the working directory?cdWell Done. Your Answer is Correct Keep it Up!chdirchangedircdir
Which of the following commands is used to count the total number of line, words andcharacters contained in a file? July 24, 2022July 24, 2022 administrator Which of the following commands is used to count the total number of line, words andcharacters contained in a file?wcWell Done. Your Answer is Correct Keep it Up!countwwcountcount p
Which of the following commands is used to list contents of directories? July 24, 2022July 24, 2022 administrator Which of the following commands is used to list contents of directories?1sWell Done. Your Answer is Correct Keep it Up!dir1ptar
Applications communicate with kernel by using: July 24, 2022July 24, 2022 administrator Applications communicate with kernel by using:System CallsWell Done. Your Answer is Correct Keep it Up!C ProgramsShell ScriptShell