Unix Which command will be used with vi editor to replace text from cursor to right? C r c R C r c R 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 -name - mtime + 365 / - ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; None of these find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; None of these find -mtime +365 | rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to move the cursor to the end of the paragraph. ) } { ( ) } { ( ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to chmod u=rwx, g=rw, o=x note None of these chmo a =761 note chmod 167 note chmod 4=7, g=6,0 =1 note chmod u=rwx, g=rw, o=x note None of these chmo a =761 note chmod 167 note chmod 4=7, g=6,0 =1 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of following commands is used for an automatic reminder service? calendar mesg None of these write mail calendar mesg None of these write mail ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the top of the file? more head grep cat more head grep cat ANSWER DOWNLOAD EXAMIANS APP