Unix Which of the following commands is used to list contents of directories? lp tar ls dir lp tar ls dir ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to extract specific columns from the file? cat grep cut paste cat grep cut paste ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod ugo=r note None of these chmod u+r,g+r,o-x note chmod go+r note chmod a-rw chmod ugo=r note None of these chmod u+r,g+r,o-x note chmod go+r note chmod a-rw ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list out all the hidden files along with the other files? ls -F ls -a ls -l ls -x ls -F ls -a ls -l ls -x ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? None of these mv * ../bin mv *.* /bin/ mv * ../bin *.* mv * /bin/* None of these mv * ../bin mv *.* /bin/ mv * ../bin *.* mv * /bin/* ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? copy a:programs/wb b:misc/wb cp programs/wb misc tar programs/wb misc/wb None of these copy programs/wb misc/wb copy a:programs/wb b:misc/wb cp programs/wb misc tar programs/wb misc/wb None of these copy programs/wb misc/wb ANSWER DOWNLOAD EXAMIANS APP