Unix Which command is used to locate all the .profile files in the system? l -u .profile None of these find /-name profile -print ls profile cd /.profile l -u .profile None of these find /-name profile -print ls profile cd /.profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to save file and remain in the editing mode? None of these q! :q :x :w None of these q! :q :x :w ANSWER DOWNLOAD EXAMIANS APP
Unix The command to count the number of files in the current directory by using pipes, is ls | wc -w ls | wc ls | ws -c ls -l | wc -l ls | wc -w ls | wc ls | ws -c ls -l | wc -l ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files will displayed by this command cat *ch* patch .ch All of these catch patch .ch All of these catch ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a filter? grep wc sort None of these grep wc sort None of these 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 tar programs/wb misc/wb None of these copy a:programs/wb b:misc/wb copy programs/wb misc/wb cp programs/wb misc tar programs/wb misc/wb None of these copy a:programs/wb b:misc/wb copy programs/wb misc/wb ANSWER DOWNLOAD EXAMIANS APP