Unix Which command is used with file named 'note' to remove the executable permission from the user and assign read permission to the group and others? chmod go+x, u-x note chmod go+r, u+x note None of these chmod u-x, go+r note chmod g-x, uo+r note chmod go+x, u-x note chmod go+r, u+x note None of these chmod u-x, go+r note chmod g-x, uo+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to identify the type of file by context? ls file cat more ls file cat more ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to extract specific columns from the file? grep paste cut cat grep paste cut cat ANSWER DOWNLOAD EXAMIANS APP
Unix The chmod ugo+rw note command can be represented in octal notation as chmod 666 note chmod 555 note chmod 333 note chmod 444 note chmod 666 note chmod 555 note chmod 333 note chmod 444 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a file? rm mv remove del rm mv remove del ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc infile | newfile wc infile - newfile wc newfile wc infile >newfile wc infile | newfile wc infile - newfile wc newfile wc infile >newfile ANSWER DOWNLOAD EXAMIANS APP