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 command which transcribes the standard input to the standard output and also makes a copy of the same in a file is sort tr tee grep sort tr tee grep ANSWER DOWNLOAD EXAMIANS APP
Unix The File that contains a set of instructions which are performed when a user logs in, is .exrc .autoexec .profile None of these autoexec.bat .exrc .autoexec .profile None of these autoexec.bat ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display a file contents in octal form? od of cd oct od of cd oct ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command addresses all users who are currently hooked on? mail wall mesg write mail wall mesg write 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 777 emp* chmod u+x emp[1-3] chmod u+r ??? emp chmod 222 emp? chmod 777 emp* chmod u+x emp[1-3] chmod u+r ??? emp chmod 222 emp? ANSWER DOWNLOAD EXAMIANS APP