Unix Which command is used to remove a file? rm mv del remove rm mv del remove 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 that can be used to restrict incoming messages to a user is None of these grep sleep halt mesg None of these grep sleep halt mesg ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with touch command to change the access time? pid -r option None of these #NAME? pid -r option None of these #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to set the three permissions for all the three categories of users of a file? chgrp None of these chusr chmod chown chgrp None of these chusr chmod chown 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 None of these find -mtime +365 | rm find -name - mtime + 365 / - ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; grep (/usr/*) - mtime + 365 | -ok rm None of these find -mtime +365 | rm find -name - mtime + 365 / - ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; ANSWER DOWNLOAD EXAMIANS APP