Unix Which command is used to remove the read permission of the file 'note' from both the group and others? chmod go-r note chmod go+r note chmod go+rw note chmod go-x note chmod go-r note chmod go+r note chmod go+rw note chmod go-x note ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to compare the files is known as do comp cmp ccp do comp cmp ccp ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? cat | /sales > empl.lst cut sales empl.lst grep sales empl.lst /sales > empl.lst None of these cat | /sales > empl.lst cut sales empl.lst grep sales empl.lst /sales > empl.lst None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate all processes in your own system except the login shell? cancel 1 kill 0 cancel all None of these kill 1 cancel 1 kill 0 cancel all None of these kill 1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with the chmod command recursively to all files and sub-directories in a directory? -R None of these #NAME? -1 -R None of these #NAME? -1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to count just the number of lines contained in a file? wc -r wc -l wc -w None of these wc -c wc -r wc -l wc -w None of these wc -c ANSWER DOWNLOAD EXAMIANS APP