Unix Which command is used to list out all the hidden files along with the other files? ls -F ls -a ls -x ls -l ls -F ls -a ls -x ls -l ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to get directory one level up? cd/ cd cd .. chdir None of these cd/ cd cd .. chdir None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol is used to separate more than one command in the same command line? # ; : $ # ; : $ ANSWER DOWNLOAD EXAMIANS APP
Unix Which commands is used to assign executable permission to all of the files named "letter"? chmod ugo+r letter chmod ugo+x letter chmod ugo+rw letter chmod u+x letter chmod ugo+r letter chmod ugo+x letter chmod ugo+rw letter chmod u+x letter ANSWER DOWNLOAD EXAMIANS APP
Unix The commonly used UNIX commands like date, ls, cat, etc. are stored in /dev directory /unix directory /tmp directory /bin and /usr/bin directories None of these /dev directory /unix directory /tmp directory /bin and /usr/bin directories None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following set options is used with vi editor to ignore case while searching for patterns? ic ts ai sm ic ts ai sm ANSWER DOWNLOAD EXAMIANS APP