Unix Which of following commands is used for an automatic reminder service? None of these mail write calendar mesg None of these mail write calendar mesg ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change protection mode of files starting with the string emp and ending with 1,2, or 3? chmod u+r ??? emp chmod u+x emp[1-3] chmod 777 emp* chmod 222 emp? chmod u+r ??? emp chmod u+x emp[1-3] chmod 777 emp* chmod 222 emp? ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin *.* None of these mv *.* /bin/ mv * /bin/* mv * ../bin mv * ../bin *.* None of these mv *.* /bin/ mv * /bin/* mv * ../bin ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with ps command to slow the entire command line of the process being run? -1 -4 -2 #NAME? -1 -4 -2 #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to count just the number of lines contained in a file? wc -c wc -r wc -w None of these wc -l wc -c wc -r wc -w None of these wc -l ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod u+r,g+r,o-x note None of these chmod a-rw chmod go+r note chmod ugo=r note chmod u+r,g+r,o-x note None of these chmod a-rw chmod go+r note chmod ugo=r note ANSWER DOWNLOAD EXAMIANS APP