Unix Which command is used to remove a file? remove rm mv del remove rm mv del ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc newfile wc infile | newfile wc infile - newfile wc infile >newfile wc newfile wc infile | newfile wc infile - newfile wc infile >newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following options will be used to display number of blocks used by a file? None of these #NAME? -r option -c None of these #NAME? -r option -c ANSWER DOWNLOAD EXAMIANS APP
Unix 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? tar wb collect mon /misc copy wb ../misc collect ../misc mon ../misc copy wb collect mon /misc None of these cp wb collect mon ../misc tar wb collect mon /misc copy wb ../misc collect ../misc mon ../misc copy wb collect mon /misc None of these cp wb collect mon ../misc ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a communication command. write mail grep mesg write mail grep mesg 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 -x a+x progs chmod -R 222 progs chmod -1 a+x progs chmod -R a+x progs chmod -x a+x progs chmod -R 222 progs chmod -1 a+x progs chmod -R a+x progs ANSWER DOWNLOAD EXAMIANS APP