Unix Which command is used to list all the files with extension .lst? ls *.* ls lst* ls -l *.lst ls *[lst] ls *.* ls lst* ls -l *.lst ls *[lst] ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display your working directory? pwd dir prompt $p$g path pwd dir prompt $p$g path ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display and create files? cat ed vi lyrix cat ed vi lyrix 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 -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 {} ; grep (/usr/*) - mtime + 365 | -ok rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to save the standard output in a file, as well as display it on the terminal? grep cat more tee None of these grep cat more tee None of these 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 -l -d ls -F ls -x ls -l ls -l -d ls -F ANSWER DOWNLOAD EXAMIANS APP