Unix Which of the following commands is used to display the directory attributes rather than its contents? ls -F ls -l ls -l -d ls -x ls -F ls -l ls -l -d ls -x ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace text from cursor to right? r C R c r C R c 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?? progs cp chap?? /progs/* cp chap[12] /progs/*.* cp chap* progs cp chap?? progs cp chap?? /progs/* cp chap[12] /progs/*.* ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to chmod 167 note chmod 4=7, g=6,0 =1 note None of these chmod u=rwx, g=rw, o=x note chmo a =761 note chmod 167 note chmod 4=7, g=6,0 =1 note None of these chmod u=rwx, g=rw, o=x note chmo a =761 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to remove files? erase None of these delete dm rm erase None of these delete dm rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to count the total number of lines, words, and characters contained in a file. wc None of these count p countw wcount wc None of these count p countw wcount ANSWER DOWNLOAD EXAMIANS APP