Unix Which command is used to locate all the .profile files in the system? ls profile l -u .profile find /-name profile -print None of these cd /.profile ls profile l -u .profile find /-name profile -print None of these cd /.profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod a-rw chmod go+r note chmod u+r,g+r,o-x note chmod ugo=r note None of these chmod a-rw chmod go+r note chmod u+r,g+r,o-x note chmod ugo=r note None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to replace a single character with new text? S r R s S r R s ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is invalid filename? trial None of these my .file TRY trial None of these my .file TRY ANSWER DOWNLOAD EXAMIANS APP
Unix The seventh field of /etc/password is home login None of these password shell home login None of these password shell ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the top of the file? head cat grep more head cat grep more ANSWER DOWNLOAD EXAMIANS APP