Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? copy programs/wb misc/wb cp programs/wb misc tar programs/wb misc/wb None of these copy a:programs/wb b:misc/wb copy programs/wb misc/wb cp programs/wb misc tar programs/wb misc/wb None of these copy a:programs/wb b:misc/wb ANSWER DOWNLOAD EXAMIANS APP
Unix The field separator in cut command is specified with #NAME? None of these -r option -c #NAME? None of these -r option -c ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells None of these the name of the group owner of the file All of these who the owner of the file is how large the file is and when the file was last modified. None of these the name of the group owner of the file All of these who the owner of the file is how large the file is and when the file was last modified. ANSWER DOWNLOAD EXAMIANS APP
Unix Which commands is used to assign executable permission to all of the files named "letter"? chmod ugo+rw letter chmod u+x letter chmod ugo+r letter chmod ugo+x letter chmod ugo+rw letter chmod u+x letter chmod ugo+r letter chmod ugo+x letter ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following options will be used to display number of blocks used by a file? -c #NAME? -r option None of these -c #NAME? -r option None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the top of the file? more cat head grep more cat head grep ANSWER DOWNLOAD EXAMIANS APP