Unix The command to count the number of files in the current directory by using pipes, is ls -l | wc -l ls | wc -w ls | ws -c ls | wc ls -l | wc -l ls | wc -w ls | ws -c ls | wc ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to create a directory? cr md mkdir None of these crdir cr md mkdir None of these crdir ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to save the output of the who command in a file named user.lst, as well as display it? who > user.lst who | tee user.lst who >> user.lst None of these who < user.lste who > user.lst who | tee user.lst who >> user.lst None of these who < user.lste ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with rm command to make the command prompt the user with each filename and a ?, before acting on it #NAME? None of these -1 -r #NAME? None of these -1 -r ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate all processes in your own system except the login shell? cancel all kill 1 None of these cancel 1 kill 0 cancel all kill 1 None of these cancel 1 kill 0 ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move cursor forward to first occurrence of character 'ch' in the current line? fch ech rch tch None of these fch ech rch tch None of these ANSWER DOWNLOAD EXAMIANS APP