Unix Which of the following commands is used to list contents of directories? tar ls dir lp tar ls dir lp 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 222 progs chmod -1 a+x progs chmod -R a+x progs chmod -x a+x progs chmod -R 222 progs chmod -1 a+x progs chmod -R a+x progs chmod -x a+x progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? cp programs/wb misc None of these tar programs/wb misc/wb copy a:programs/wb b:misc/wb copy programs/wb misc/wb cp programs/wb misc None of these tar programs/wb misc/wb copy a:programs/wb b:misc/wb copy programs/wb misc/wb ANSWER DOWNLOAD EXAMIANS APP
Unix The first set of the three permissions (rw) pertains to the owner of the file, indicating that the owner has executable permission only both read and executable permissions. write and executable permissions both read and write permissions None of these executable permission only both read and executable permissions. write and executable permissions both read and write permissions None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to append text at end of line? None of these a i I A None of these a i I A ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following set options is used with vi editor to ignore case while searching for patterns? ts ai sm ic ts ai sm ic ANSWER DOWNLOAD EXAMIANS APP