Unix Which of the following commands is used to count the total number of lines, words, and characters contained in a file. wc count p wcount countw None of these wc count p wcount countw None of these 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 g-x, uo+r note chmod go+x, u-x note None of these chmod go+r, u+x note chmod u-x, go+r note chmod g-x, uo+r note chmod go+x, u-x note None of these chmod go+r, u+x note chmod u-x, go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to rename a file? ren remove rename mv ren remove rename mv ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following options will be used to display number of blocks used by a file? None of these #NAME? -c -r option None of these #NAME? -c -r option ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns with indication of directories and executable file? ls -F -x ls ~ x ls -l Ip ls -F -x ls ~ x ls -l Ip 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? copy programs/wb misc/wb None of these tar programs/wb misc/wb cp programs/wb misc copy a:programs/wb b:misc/wb copy programs/wb misc/wb None of these tar programs/wb misc/wb cp programs/wb misc copy a:programs/wb b:misc/wb ANSWER DOWNLOAD EXAMIANS APP