Unix Which command is used to list all the files with extension .lst? ls -l *.lst ls lst* ls *.* ls *[lst] ls -l *.lst ls lst* ls *.* ls *[lst] ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a communication command. write mesg mail grep write mesg mail grep ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands can be used to get information about all users who are currently logged into the system? None of these 1 /u who which who am i None of these 1 /u who which who am i 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 -l ls -F -x Ip ls ~ x ls -l ls -F -x Ip ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display a file contents in octal form? cd oct od of cd oct od of 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 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 find -mtime +365 | rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; ANSWER DOWNLOAD EXAMIANS APP