Unix Which command is used to display a file contents in octal form? cd oct od of cd oct od of ANSWER DOWNLOAD EXAMIANS APP
Unix The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is tee sort tr grep tee sort tr grep ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a filter? grep sort None of these wc grep sort None of these wc ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with ps command to slow the entire command line of the process being run? #NAME? -4 -2 -1 #NAME? -4 -2 -1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with sort command to start sorting ofter the nth column of the (m+l)th field? kill +(m+l).n #NAME? None of these kill +(m+l).n #NAME? None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove the read permission of the file 'note' from both the group and others? chmod go+r note chmod go-x note chmod go-r note chmod go+rw note chmod go+r note chmod go-x note chmod go-r note chmod go+rw note ANSWER DOWNLOAD EXAMIANS APP