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 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 None of these chmod g-x, uo+r note chmod go+r, u+x note chmod u-x, go+r note chmod go+x, u-x note None of these chmod g-x, uo+r note chmod go+r, u+x note chmod u-x, go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of following commands is used for an automatic reminder service? calendar None of these mail write mesg calendar None of these mail write mesg ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with cmp command to give a detailed list of the byte number and the differing bytes in octal for each character that differs in both the files? -d -r None of these -b -l -d -r None of these -b -l ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display a file contents in octal form? cd od of oct cd od of oct ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to remove files with confirmation prompt from the user file system which have neither been accessed nor modified i the last one year? find -name - mtime + 365 / - ok rm find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; None of these find -name - mtime + 365 / - ok rm find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; None of these ANSWER DOWNLOAD EXAMIANS APP