Unix Which command is used to change directory to the name beginning with a 'p'? cd p* cd [p] cd p cd p* cd p* cd [p] cd p cd p* ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with file named 'note' to remove the executable permission from the user and assign read permission to the group and others? chmod go+x, u-x note chmod u-x, go+r note None of these chmod go+r, u+x note chmod g-x, uo+r note chmod go+x, u-x note chmod u-x, go+r note None of these chmod go+r, u+x note chmod g-x, uo+r note ANSWER DOWNLOAD EXAMIANS APP
Unix In Bourne shell, which file sets the Unix environment for the user when the logs into his HOME directory. .profile lastlogin .mbox None of these .exrc .profile lastlogin .mbox None of these .exrc ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to insert text to left of cursor? s i S a s i S a ANSWER DOWNLOAD EXAMIANS APP
Unix The command to count the number of files in the current directory by using pipes, is ls | wc ls | ws -c ls | wc -w ls -l | wc -l ls | wc ls | ws -c ls | wc -w ls -l | wc -l ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns? ls -1 ls -x lc ls None of these ls -1 ls -x lc ls None of these ANSWER DOWNLOAD EXAMIANS APP