Unix Which of the following is not a filter? None of these wc sort grep None of these wc sort grep ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to locate all the .profile files in the system? find /-name profile -print None of these ls profile cd /.profile l -u .profile find /-name profile -print None of these ls profile cd /.profile l -u .profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to make all files and sub-directories in the directory (progs) executable by all users? chmod -R 222 progs chmod -x a+x progs chmod -1 a+x progs chmod -R a+x progs chmod -R 222 progs chmod -x a+x progs chmod -1 a+x progs chmod -R a+x progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which set option is used with vi editor to display line numbers on screen? li nm nu ic li nm nu ic ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to None of these chmod u=rwx, g=rw, o=x note chmo a =761 note chmod 167 note chmod 4=7, g=6,0 =1 note None of these chmod u=rwx, g=rw, o=x note chmo a =761 note chmod 167 note chmod 4=7, g=6,0 =1 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which column contains all details of the permissions of a file when you issue the ls -l command? third fourth second first third fourth second first ANSWER DOWNLOAD EXAMIANS APP