Unix Which of the following commands is not the vi Input mode command? j rch None of these S R j rch None of these S R ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the directory attributes rather than its contents? ls -l -d ls -l ls -x ls -F ls -l -d ls -l ls -x ls -F 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 -mtime +365 | rm find -name - mtime + 365 / - ok rm grep (/usr/*) - mtime + 365 | -ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; None of these find -mtime +365 | rm find -name - mtime + 365 / - ok rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns with indication of directories and executable file? ls ~ x ls -F -x ls -l Ip ls ~ x ls -F -x ls -l Ip ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters? cat emp[!0-9] more [emp][!0-9] cat emp[a-z] cat emp[x-z] cat emp[!0-9] more [emp][!0-9] cat emp[a-z] cat emp[x-z] ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move the cursor to the left? i j k None of these h i j k None of these h ANSWER DOWNLOAD EXAMIANS APP