Unix In Bourne shell, which file sets the Unix environment for the user when the logs into his HOME directory. .mbox None of these lastlogin .profile .exrc .mbox None of these lastlogin .profile .exrc ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to change the working directory? cd cdir changedir None of these chdir cd cdir changedir None of these chdir ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters? cat emp[x-z] cat emp[a-z] cat emp[!0-9] more [emp][!0-9] cat emp[x-z] cat emp[a-z] cat emp[!0-9] more [emp][!0-9] ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories? None of these rm *.* rm * rm all rm -r * None of these rm *.* rm * rm all rm -r * 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 find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -name - mtime + 365 / - ok rm find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list out all the hidden files along with the other files? ls -F ls -a ls -l ls -x ls -F ls -a ls -l ls -x ANSWER DOWNLOAD EXAMIANS APP