Unix Which command is used to save the standard output in a file, as well as display it on the terminal? more None of these grep tee cat more None of these grep tee cat ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a file? remove mv rm del remove mv rm del ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns with indication of directories and executable file? Ip ls ~ x ls -l ls -F -x Ip ls ~ x ls -l ls -F -x 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 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 chmod -1 a+x progs chmod -x a+x progs ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to compare the files is known as comp ccp do cmp comp ccp do cmp ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? None of these chmod a-rw chmod u+r,g+r,o-x note chmod go+r note chmod ugo=r note None of these chmod a-rw chmod u+r,g+r,o-x note chmod go+r note chmod ugo=r note ANSWER DOWNLOAD EXAMIANS APP