Unix Which command is used with vi editor to move the cursor to the left? None of these h j i k None of these h j i k ANSWER DOWNLOAD EXAMIANS APP
Unix The commonly used UNIX commands like date, ls, cat, etc. are stored in /bin and /usr/bin directories /tmp directory /unix directory /dev directory None of these /bin and /usr/bin directories /tmp directory /unix directory /dev directory None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to absolutely assign all permissions to the owner, read and write permissions to the group and only executable permission to the others of the file note? chmod 167 note chmod 761 note chmod 671 note chmod 4=rwx, g=rw note chmod 167 note chmod 761 note chmod 671 note chmod 4=rwx, g=rw note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to assign executable permission to the owner of the file named "note"? chmod ugo+x note chmod u+x note chmod u+w note chmod g+x note chmod ugo+x note chmod u+x note chmod u+w note chmod g+x note 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 option is used with the chmod command recursively to all files and sub-directories in a directory? -R None of these #NAME? -1 -R None of these #NAME? -1 ANSWER DOWNLOAD EXAMIANS APP