Unix Which command is used to locate all the .profile files in the system? find /-name profile -print l -u .profile None of these cd /.profile ls profile find /-name profile -print l -u .profile None of these cd /.profile ls profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to remove files? rm None of these dm delete erase rm None of these dm delete erase ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following shell's wildcards are used to match any number of characters including none? [!ijk] None of these ? [ijk] * [!ijk] None of these ? [ijk] * 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 /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -name - mtime + 365 / - ok rm None of these find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -name - mtime + 365 / - ok rm None of these find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns? ls ls -1 ls -x None of these lc ls ls -1 ls -x None of these lc ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to go to home directory? cd HOME. cd.. cd/ None of these cd cd HOME. cd.. cd/ None of these cd ANSWER DOWNLOAD EXAMIANS APP