Unix Which command is used to list all the files with extension .lst? ls *[lst] ls -l *.lst ls lst* ls *.* ls *[lst] ls -l *.lst ls lst* ls *.* ANSWER DOWNLOAD EXAMIANS APP
Unix The cat command is used to None of these copy a file print a file display a file capture a file None of these copy a file print a file display a file capture a file ANSWER DOWNLOAD EXAMIANS APP
Unix The cp command uses: neither standard input nor standard output file both input and output file standard input file standard output file neither standard input nor standard output file both input and output file standard input file standard output file ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to count just the number of lines contained in a file? wc -c wc -l wc -w None of these wc -r wc -c wc -l wc -w None of these wc -r ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a file? mv remove del rm mv remove del rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with file named 'note' to remove the executable permission from the user and assign read permission to the group and others? chmod go+r, u+x note chmod u-x, go+r note chmod g-x, uo+r note None of these chmod go+x, u-x note chmod go+r, u+x note chmod u-x, go+r note chmod g-x, uo+r note None of these chmod go+x, u-x note ANSWER DOWNLOAD EXAMIANS APP