Unix Which of the following commands is used to identify the type of file by context? file cat more ls file cat more ls ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display a file contents in octal form? od oct cd of od oct cd of ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace single character under cursor with any number of characters? s A a S s A a S ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the directory attributes rather than its contents? ls -x ls -l ls -F ls -l -d ls -x ls -l ls -F ls -l -d ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to append text at end of line? A None of these i I a A None of these i I a 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 -mtime +365 | rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm None of these find -mtime +365 | rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm None of these ANSWER DOWNLOAD EXAMIANS APP