Unix Which of the following commands is used to identify the type of file by context? ls cat more file ls cat more file ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following special shell variables is used to process number of the current shell? $* $! $$ None of these $* $! $$ None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move the cursor to the left? None of these k i j h None of these k i j h ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change protection mode of files starting with the string emp and ending with 1,2, or 3? chmod 222 emp? chmod u+r ??? emp chmod u+x emp[1-3] chmod 777 emp* chmod 222 emp? chmod u+r ??? emp chmod u+x emp[1-3] chmod 777 emp* 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 -c -r option #NAME? None of these -c -r option #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to extract specific columns from the file? cut paste grep cat cut paste grep cat ANSWER DOWNLOAD EXAMIANS APP