Unix The command to count the number of files in the current directory by using pipes, is ls | wc ls | wc -w ls -l | wc -l ls | ws -c ls | wc ls | wc -w ls -l | wc -l ls | ws -c ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands can be used to get information about yourself? pwd who am i i /4 which None of these pwd who am i i /4 which None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a directory? dldir rd rmdir rdir dldir rd rmdir rdir ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to None of these chmod 167 note chmod 4=7, g=6,0 =1 note chmo a =761 note chmod u=rwx, g=rw, o=x note None of these chmod 167 note chmod 4=7, g=6,0 =1 note chmo a =761 note chmod u=rwx, g=rw, o=x note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to get directory one level up? cd .. cd chdir cd/ None of these cd .. cd chdir cd/ 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? sm ts ic ai sm ts ic ai ANSWER DOWNLOAD EXAMIANS APP