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 command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories? rm all None of these rm * rm *.* rm -r * rm all None of these rm * rm *.* rm -r * ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate a process? shutdown kill cancel haltsys shutdown kill cancel haltsys ANSWER DOWNLOAD EXAMIANS APP
Unix The second set of the three permissions (r-) indicates that other has read permission only group has read permission only group has write permission only owner has read permission only other has read permission only group has read permission only group has write permission only owner has read permission only 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?? /progs/* cp chap* progs cp chap?? progs cp chap[12] /progs/*.* cp chap?? /progs/* cp chap* progs cp chap?? progs cp chap[12] /progs/*.* ANSWER DOWNLOAD EXAMIANS APP
Unix Which command allows you to view your file 24 lines at a time? more lp pg cat None of these more lp pg cat None of these ANSWER DOWNLOAD EXAMIANS APP