Unix Which command is used to remove a file? mv rm remove del mv rm remove del ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a communication command. grep mesg write mail grep mesg write mail 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? 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 find -name - mtime + 365 / - ok rm find -mtime +365 | rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands can be used to get information about yourself? None of these pwd which i /4 who am i None of these pwd which i /4 who am i ANSWER DOWNLOAD EXAMIANS APP
Unix Which of command is used to copy a file? cp None of these tar cpio copy cp None of these tar cpio copy ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to go to home directory? cd.. cd None of these cd/ cd HOME. cd.. cd None of these cd/ cd HOME. ANSWER DOWNLOAD EXAMIANS APP