Unix Which command is used to locate all the .profile files in the system? find /-name profile -print ls profile cd /.profile l -u .profile None of these find /-name profile -print ls profile cd /.profile l -u .profile None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in reverse order sh sort -r sort st sh sort -r sort st ANSWER DOWNLOAD EXAMIANS APP
Unix Which shell's wild-cards is used to match a single character? [ijk] None of these [!ijk] ? * [ijk] None of these [!ijk] ? * ANSWER DOWNLOAD EXAMIANS APP
Unix The seventh field of /etc/password is shell home None of these login password shell home None of these login password 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 /dev directory /unix directory None of these /bin and /usr/bin directories /tmp directory /dev directory /unix directory None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which commands is used to assign executable permission to all of the files named "letter"? chmod ugo+x letter chmod ugo+r letter chmod ugo+rw letter chmod u+x letter chmod ugo+x letter chmod ugo+r letter chmod ugo+rw letter chmod u+x letter ANSWER DOWNLOAD EXAMIANS APP