Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use stty echo ^a stty echoe tty ^c stty intr ^c stty echo ^a stty echoe tty ^c stty intr ^c ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a communication command. mesg write grep mail mesg write grep 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? find -name - mtime + 365 / - ok rm find -mtime +365 | rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; None of these grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm find -mtime +365 | rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; None of these grep (/usr/*) - mtime + 365 | -ok rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which of are following internal commands is used in mail to forward mail to user in user-list? m user-list e user-list d user-list None of these r user-list m user-list e user-list d user-list None of these r user-list ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? copy a:programs/wb b:misc/wb None of these cp programs/wb misc copy programs/wb misc/wb tar programs/wb misc/wb copy a:programs/wb b:misc/wb None of these cp programs/wb misc copy programs/wb misc/wb tar programs/wb misc/wb ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to rename a file? ren rename mv remove ren rename mv remove ANSWER DOWNLOAD EXAMIANS APP