Unix The chmod ugo+rw note command can be represented in octal notation as chmod 555 note chmod 333 note chmod 444 note chmod 666 note chmod 555 note chmod 333 note chmod 444 note chmod 666 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to make all files and sub-directories in the directory (progs) executable by all users? chmod -R 222 progs chmod -x a+x progs chmod -1 a+x progs chmod -R a+x progs chmod -R 222 progs chmod -x a+x progs chmod -1 a+x progs chmod -R a+x progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory? copy programs/wb misc/wbx copy a:programs/wb b:misc/wbx cp programs/wb misc/wbx tar programs/wb misc/wbx copy programs/wb misc/wbx copy a:programs/wb b:misc/wbx cp programs/wb misc/wbx tar programs/wb misc/wbx ANSWER DOWNLOAD EXAMIANS APP
Unix The command that can be used to restrict incoming messages to a user is sleep grep halt mesg None of these sleep grep halt mesg None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * /bin/* None of these mv * ../bin mv *.* /bin/ mv * ../bin *.* mv * /bin/* None of these mv * ../bin mv *.* /bin/ mv * ../bin *.* ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list all the files with extension .lst? ls -l *.lst ls *.* ls lst* ls *[lst] ls -l *.lst ls *.* ls lst* ls *[lst] ANSWER DOWNLOAD EXAMIANS APP