Unix Which of the following commands is not the vi Input mode command? S R None of these rch j S R None of these rch j ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a directory? dldir rmdir rdir rd dldir rmdir rdir rd ANSWER DOWNLOAD EXAMIANS APP
Unix In vi editor, forward search is performed using the command. All of these /pat :pat ?pat All of these /pat :pat ?pat ANSWER DOWNLOAD EXAMIANS APP
Unix The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is tee sort grep tr tee sort grep tr 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? None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display and create files? vi cat ed lyrix vi cat ed lyrix ANSWER DOWNLOAD EXAMIANS APP