Unix Which option will be used with ps command to slow the entire command line of the process being run? #NAME? -2 -4 -1 #NAME? -2 -4 -1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to count just the number of characters in a file? wc -r wc -c wc -w wc - 1 wc -r wc -c wc -w wc - 1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to update access and modification times of a file? cat touch grep wc cat touch grep wc ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to list contents of directories? tar ls lp dir tar ls lp dir ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following shell's wildcards are used to match any number of characters including none? [!ijk] * [ijk] None of these ? [!ijk] * [ijk] 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 go+r, u+x note chmod u-x, go+r note chmod go+x, u-x note None of these chmod g-x, uo+r note chmod go+r, u+x note chmod u-x, go+r note chmod go+x, u-x note None of these chmod g-x, uo+r note ANSWER DOWNLOAD EXAMIANS APP