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 -R 222 progs chmod -x a+x progs chmod -R a+x progs chmod -1 a+x progs chmod -R 222 progs chmod -x a+x progs chmod -R a+x progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which command allows you to view your file 24 lines at a time? pg more cat None of these lp pg more cat None of these lp ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with touch command to change the access time? -r option #NAME? None of these pid -r option #NAME? None of these pid ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the end of the file? head - r tail eof None of these bof head - r tail eof None of these bof ANSWER DOWNLOAD EXAMIANS APP
Unix Which of command is used to copy a file? cp cpio copy tar None of these cp cpio copy tar None of these ANSWER DOWNLOAD EXAMIANS APP
Unix You can append to a file instead of overwriting by using the None of these >> symbols < symbols > symbols None of these >> symbols < symbols > symbols ANSWER DOWNLOAD EXAMIANS APP