Unix Which command is used with vi editor to move the cursor to the left? i k j None of these h i k j None of these h ANSWER DOWNLOAD EXAMIANS APP
Unix The field separator in cut command is specified with #NAME? -c None of these -r option #NAME? -c None of these -r option ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to remove the directory is; rd None of these remove rmdir rdir rd None of these remove rmdir rdir ANSWER DOWNLOAD EXAMIANS APP
Unix Major expressions used with find command to select file is it has been accessed in more than 375 days, is None of these #NAME? #NAME? #NAME? #NAME? None of these #NAME? #NAME? #NAME? #NAME? 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? None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm find -mtime +365 | rm None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm find -mtime +365 | rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which command allows you to view your file 24 lines at a time? cat None of these more lp pg cat None of these more lp pg ANSWER DOWNLOAD EXAMIANS APP