Unix The command chmod 761 note is equivalent to chmo a =761 note None of these chmod 4=7, g=6,0 =1 note chmod u=rwx, g=rw, o=x note chmod 167 note chmo a =761 note None of these chmod 4=7, g=6,0 =1 note chmod u=rwx, g=rw, o=x note chmod 167 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands can be used to get information about all users who are currently logged into the system? None of these who am i which 1 /u who None of these who am i which 1 /u who 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. countw wcount None of these count p wc countw wcount None of these count p wc 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 move all files to the bin sub-directory of the parent directory? mv *.* /bin/ None of these mv * ../bin mv * /bin/* mv * ../bin *.* mv *.* /bin/ None of these mv * ../bin mv * /bin/* mv * ../bin *.* ANSWER DOWNLOAD EXAMIANS APP
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 -l ls -F -x ls ~ x Ip ls -l ls -F -x ANSWER DOWNLOAD EXAMIANS APP