Unix Which option will be used with ps command to slow the entire command line of the process being run? -4 -1 #NAME? -2 -4 -1 #NAME? -2 ANSWER DOWNLOAD EXAMIANS APP
Unix The command to count the number of files in the current directory by using pipes, is ls | wc ls -l | wc -l ls | ws -c ls | wc -w ls | wc ls -l | wc -l ls | ws -c ls | wc -w ANSWER DOWNLOAD EXAMIANS APP
Unix Which shell's wild-cards is used to match a single character? None of these [!ijk] ? * [ijk] None of these [!ijk] ? * [ijk] ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy all files having the string chap and any two characters after that to the progs directory? cp chap[12] /progs/*.* cp chap?? progs cp chap?? /progs/* cp chap* progs cp chap[12] /progs/*.* cp chap?? progs cp chap?? /progs/* cp chap* progs 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 ugo=r note chmod go+r note chmod u+r,g+r,o-x note None of these chmod a-rw chmod ugo=r note chmod go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix The second set of the three permissions (r-) indicates that group has write permission only group has read permission only owner has read permission only other has read permission only group has write permission only group has read permission only owner has read permission only other has read permission only ANSWER DOWNLOAD EXAMIANS APP