Unix The command to count the number of files in the current directory by using pipes, is ls | wc -w ls | wc ls | ws -c ls -l | wc -l ls | wc -w ls | wc ls | ws -c ls -l | wc -l ANSWER DOWNLOAD EXAMIANS APP
Unix The cp command uses: neither standard input nor standard output file standard input file standard output file both input and output file neither standard input nor standard output file standard input file standard output file both input and output file ANSWER DOWNLOAD EXAMIANS APP
Unix The agency that sits between the user and the UNIX system is called the erxc shell logic profile erxc shell logic profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod go+r note chmod ugo=r note chmod u+r,g+r,o-x note chmod a-rw None of these chmod go+r note chmod ugo=r note chmod u+r,g+r,o-x note chmod a-rw None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The command that can be used to restrict incoming messages to a user is None of these mesg grep halt sleep None of these mesg grep halt sleep ANSWER DOWNLOAD EXAMIANS APP
Unix Which set option is used with vi editor to display line numbers on screen? ic li nu nm ic li nu nm ANSWER DOWNLOAD EXAMIANS APP