Unix Which of the following commands is used to display the filenames in multiple columns with indication of directories and executable file? ls ~ x Ip ls -F -x ls -l ls ~ x Ip ls -F -x ls -l ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display a file contents in octal form? of od oct cd of od oct cd ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor scroll half page backward? [Control-d] [Control - u] [Control -P] None of these [Control-c] [Control-d] [Control - u] [Control -P] None of these [Control-c] 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 copy all files having the string chap and any two characters after that to the progs directory? cp chap* progs cp chap[12] /progs/*.* cp chap?? progs cp chap?? /progs/* cp chap* progs cp chap[12] /progs/*.* cp chap?? progs cp chap?? /progs/* ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? /sales > empl.lst grep sales empl.lst None of these cat | /sales > empl.lst cut sales empl.lst /sales > empl.lst grep sales empl.lst None of these cat | /sales > empl.lst cut sales empl.lst ANSWER DOWNLOAD EXAMIANS APP