Unix Which command is used to locate all the .profile files in the system? 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 l -u .profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to list contents of directories? ls lp dir tar ls lp dir tar ANSWER DOWNLOAD EXAMIANS APP
Unix Which of following commands is used for an automatic reminder service? mesg mail calendar write None of these mesg mail calendar write None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The special shell variable $* is used None of these to name the command being executed to list the positional parameters to process number of the current shell to exit status of ast command executed. None of these to name the command being executed to list the positional parameters to process number of the current shell to exit status of ast command executed. ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to chmod 167 note chmod u=rwx, g=rw, o=x note chmo a =761 note chmod 4=7, g=6,0 =1 note None of these chmod 167 note chmod u=rwx, g=rw, o=x note chmo a =761 note chmod 4=7, g=6,0 =1 note None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod ugo=r note None of these chmod u+r,g+r,o-x note chmod go+r note chmod a-rw chmod ugo=r note None of these chmod u+r,g+r,o-x note chmod go+r note chmod a-rw ANSWER DOWNLOAD EXAMIANS APP