Unix Which command is used to display the characteristics of a process? au du pid ps au du pid ps 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 go+x, u-x note chmod g-x, uo+r note None of these chmod go+r, u+x note chmod u-x, go+r note chmod go+x, u-x note chmod g-x, uo+r note None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The % key allows you to move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace. 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 backward to the beginning of a word to move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace. 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 backward to the beginning of a word ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in reverse order sort -r sort st sh sort -r sort st sh ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with rm command to make the command prompt the user with each filename and a ?, before acting on it -1 #NAME? -r None of these -1 #NAME? -r None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The field separator in cut command is specified with #NAME? None of these -r option -c #NAME? None of these -r option -c ANSWER DOWNLOAD EXAMIANS APP