Unix Which command is used to remove a directory? rd rdir rmdir dldir rd rdir rmdir dldir ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to replace a single character with new text? s r S R s r S R ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to extract specific columns from the file? cut grep paste cat cut grep paste cat ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc infile >newfile wc newfile wc infile - newfile wc infile | newfile wc infile >newfile wc newfile wc infile - newfile wc infile | newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove the read permission of the file 'note' from both the group and others? 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 chmod go+r note ANSWER DOWNLOAD EXAMIANS APP