Unix While working with mail command, which command is used to save mail in a separate file? s d r w s d r w ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells the name of the group owner of the file All of these None of these how large the file is and when the file was last modified. who the owner of the file is the name of the group owner of the file All of these None of these how large the file is and when the file was last modified. who the owner of the file is ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove the read permission of the file 'note' from both the group and others? chmod go+r note chmod go-x note chmod go+rw note chmod go-r note chmod go+r note chmod go-x note chmod go+rw note chmod go-r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following shell's wildcards are used to match any number of characters including none? * None of these [!ijk] [ijk] ? * None of these [!ijk] [ijk] ? ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy all files having the string chap and any two characters after that to the progs directory? cp chap?? /progs/* cp chap?? progs cp chap[12] /progs/*.* cp chap* progs cp chap?? /progs/* cp chap?? progs cp chap[12] /progs/*.* cp chap* progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to assign executable permission to the owner of the file named "note"? chmod g+x note chmod u+x note chmod ugo+x note chmod u+w note chmod g+x note chmod u+x note chmod ugo+x note chmod u+w note ANSWER DOWNLOAD EXAMIANS APP