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+x, u-x note chmod go+r, u+x note None of these chmod g-x, uo+r note chmod u-x, go+r note chmod go+x, u-x note chmod go+r, u+x note None of these chmod g-x, uo+r note chmod u-x, go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories? rm -r * rm * rm *.* None of these rm all rm -r * rm * rm *.* None of these rm all ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy directory structures in and out None of these copy cp - p cpio cp None of these copy cp - p cpio cp ANSWER DOWNLOAD EXAMIANS APP
Unix Which of command is used to copy a file? tar cpio None of these cp copy tar cpio None of these cp copy ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in reverse order st sort sh sort -r st sort sh sort -r ANSWER DOWNLOAD EXAMIANS APP
Unix The % key allows you to move the cursor backward to the beginning of a word to move the cursor to the upperleft corner of the screen to move the cursor to the first column in the current line to move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace. to move the cursor backward to the beginning of a word to move the cursor to the upperleft corner of the screen to move the cursor to the first column in the current line to move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace. ANSWER DOWNLOAD EXAMIANS APP