Unix Which of the following commands is used to obtain a list of all files by modification time? ls -t ls -R ls -i ls -1 ls -t ls -R ls -i ls -1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to locate all the .profile files in the system? None of these ls profile cd /.profile find /-name profile -print l -u .profile None of these ls profile cd /.profile find /-name profile -print l -u .profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list out all the hidden files along with the other files? ls -l ls -a ls -x ls -F ls -l ls -a ls -x ls -F ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor scroll half page backward? [Control-c] [Control -P] [Control - u] None of these [Control-d] [Control-c] [Control -P] [Control - u] None of these [Control-d] ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc infile - newfile wc infile | newfile wc infile >newfile wc newfile wc infile - newfile wc infile | newfile wc infile >newfile wc newfile 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 -1 a+x progs chmod -x a+x progs chmod -R a+x progs chmod -R 222 progs chmod -1 a+x progs chmod -x a+x progs chmod -R a+x progs chmod -R 222 progs ANSWER DOWNLOAD EXAMIANS APP