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 option will be used with sort command to start sorting ofter the nth column of the (m+l)th field? #NAME? None of these +(m+l).n kill #NAME? None of these +(m+l).n kill 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? copy wb ../misc collect ../misc mon ../misc cp wb collect mon ../misc None of these tar wb collect mon /misc copy wb collect mon /misc copy wb ../misc collect ../misc mon ../misc cp wb collect mon ../misc None of these tar wb collect mon /misc copy wb collect mon /misc ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to count the total number of lines, words, and characters contained in a file. wcount wc countw None of these count p wcount wc countw None of these count p ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to save file and remain in the editing mode? q! :x :q None of these :w q! :x :q None of these :w ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories? rm -r * rm *.* None of these rm all rm * rm -r * rm *.* None of these rm all rm * ANSWER DOWNLOAD EXAMIANS APP