Unix Which command is used to display the top of the file? more head grep cat more head grep cat ANSWER DOWNLOAD EXAMIANS APP
Unix The agency that sits between the user and the UNIX system is called the profile erxc shell logic profile erxc shell logic ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to chmod u=rwx, g=rw, o=x note chmod 4=7, g=6,0 =1 note chmod 167 note None of these chmo a =761 note chmod u=rwx, g=rw, o=x note chmod 4=7, g=6,0 =1 note chmod 167 note None of these chmo a =761 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to locate all the .profile files in the system? ls profile l -u .profile find /-name profile -print cd /.profile None of these ls profile l -u .profile find /-name profile -print cd /.profile None of these 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[12] /progs/*.* cp chap?? progs cp chap?? /progs/* cp chap* progs cp chap[12] /progs/*.* cp chap?? progs cp chap?? /progs/* cp chap* progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list all the files with extension .lst? ls *.* ls -l *.lst ls *[lst] ls lst* ls *.* ls -l *.lst ls *[lst] ls lst* ANSWER DOWNLOAD EXAMIANS APP