Unix Which command is used to set the three permissions for all the three categories of users of a file? chusr chmod chown None of these chgrp chusr chmod chown None of these chgrp ANSWER DOWNLOAD EXAMIANS APP
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 to make all files and sub-directories in the directory (progs) executable by all users? chmod -x a+x progs chmod -1 a+x progs chmod -R 222 progs chmod -R a+x progs chmod -x a+x progs chmod -1 a+x progs chmod -R 222 progs chmod -R a+x progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory? copy wb collect mon /misc tar wb collect mon /misc cp wb collect mon ../misc None of these copy wb ../misc collect ../misc mon ../misc copy wb collect mon /misc tar wb collect mon /misc cp wb collect mon ../misc None of these copy wb ../misc collect ../misc mon ../misc ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to identify the type of file by context? file more cat ls file more cat ls ANSWER DOWNLOAD EXAMIANS APP
Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use stty echoe stty echo ^a stty intr ^c tty ^c stty echoe stty echo ^a stty intr ^c tty ^c ANSWER DOWNLOAD EXAMIANS APP