Unix Which command is used with vi editor to move cursor forward to first occurrence of character 'ch' in the current line? rch tch fch ech None of these rch tch fch ech None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin *.* mv * /bin/* None of these mv * ../bin mv *.* /bin/ mv * ../bin *.* mv * /bin/* None of these mv * ../bin mv *.* /bin/ ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to extract specific columns from the file? cut cat grep paste cut cat grep paste ANSWER DOWNLOAD EXAMIANS APP
Unix The second set of the three permissions (r-) indicates that other has read permission only group has read permission only group has write permission only owner has read permission only other has read permission only group has read permission only group has write permission only owner has read permission only ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with ps command to slow the entire command line of the process being run? -4 -2 #NAME? -1 -4 -2 #NAME? -1 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 grep tr sort tee grep tr sort ANSWER DOWNLOAD EXAMIANS APP