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 of the following commands is used to get directory one level up? chdir cd/ cd None of these cd .. chdir cd/ cd None of these cd .. 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 -R a+x progs chmod -1 a+x progs chmod -R 222 progs chmod -x a+x progs chmod -R a+x progs chmod -1 a+x progs chmod -R 222 progs chmod -x a+x progs ANSWER DOWNLOAD EXAMIANS APP
Unix The seventh field of /etc/password is login None of these shell home password login None of these shell home password ANSWER DOWNLOAD EXAMIANS APP
Unix The field separator in cut command is specified with -c -r option None of these #NAME? -c -r option None of these #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? cut sales empl.lst cat | /sales > empl.lst /sales > empl.lst None of these grep sales empl.lst cut sales empl.lst cat | /sales > empl.lst /sales > empl.lst None of these grep sales empl.lst ANSWER DOWNLOAD EXAMIANS APP