Unix Which command is used to locate all the .profile files in the system? l -u .profile None of these find /-name profile -print ls profile cd /.profile l -u .profile None of these find /-name profile -print ls profile cd /.profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to rename a file? mv remove rename ren mv remove rename ren ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin *.* mv * ../bin mv * /bin/* None of these mv *.* /bin/ mv * ../bin *.* mv * ../bin mv * /bin/* None of these mv *.* /bin/ ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove the read permission of the file 'note' from both the group and others? chmod go-x note chmod go+r note chmod go+rw note chmod go-r note chmod go-x note chmod go+r note chmod go+rw note chmod go-r note ANSWER DOWNLOAD EXAMIANS APP
Unix In Bourne shell, which file sets the Unix environment for the user when the logs into his HOME directory. .mbox lastlogin None of these .exrc .profile .mbox lastlogin None of these .exrc .profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands can be used to get information about yourself? None of these pwd i /4 who am i which None of these pwd i /4 who am i which ANSWER DOWNLOAD EXAMIANS APP