Unix Which command is used to remove a directory? rd dldir rmdir rdir rd dldir rmdir rdir ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following signs is used to back up over typing errors in vi? @ ! # None of these $ @ ! # None of these $ ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands can be used to get information about yourself? pwd i /4 which None of these who am i pwd i /4 which None of these who am i ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display a file contents in octal form? oct of od cd oct of od cd ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list all the files with extension .lst? ls *[lst] ls *.* ls lst* ls -l *.lst ls *[lst] ls *.* ls lst* ls -l *.lst 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 -mtime +365 | rm None of these grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -mtime +365 | rm None of these grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; ANSWER DOWNLOAD EXAMIANS APP