Unix Which of the following commands is used to display the filenames in multiple columns with indication of directories and executable file? ls -l ls -F -x Ip ls ~ x ls -l ls -F -x Ip ls ~ x 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 g+x note chmod ugo+x note chmod u+w note chmod u+x note chmod g+x note chmod ugo+x note chmod u+w note chmod u+x note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files will displayed by this command cat *ch* patch catch .ch All of these patch catch .ch All of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move cursor forward to first occurrence of character 'ch' in the current line? ech tch None of these fch rch ech tch None of these fch rch ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to make all files and sub-directories in the directory (progs) executable by all users? chmod -R a+x progs chmod -1 a+x progs chmod -x a+x progs chmod -R 222 progs chmod -R a+x progs chmod -1 a+x progs chmod -x a+x progs chmod -R 222 progs ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells None of these how large the file is and when the file was last modified. the name of the group owner of the file who the owner of the file is All of these None of these how large the file is and when the file was last modified. the name of the group owner of the file who the owner of the file is All of these ANSWER DOWNLOAD EXAMIANS APP