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 None of these #NAME? kill +(m+l).n None of these #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to save the output of the who command in a file named user.lst, as well as display it? who > user.lst who < user.lste who >> user.lst None of these who | tee user.lst who > user.lst who < user.lste who >> user.lst None of these who | tee user.lst ANSWER DOWNLOAD EXAMIANS APP
Unix In vi editor, forward search is performed using the command. ?pat :pat /pat All of these ?pat :pat /pat All of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? tar programs/wb misc/wb copy a:programs/wb b:misc/wb None of these cp programs/wb misc copy programs/wb misc/wb tar programs/wb misc/wb copy a:programs/wb b:misc/wb None of these cp programs/wb misc copy programs/wb misc/wb ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with the chmod command recursively to all files and sub-directories in a directory? -1 #NAME? -R None of these -1 #NAME? -R None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to locate all the .profile files in the system? l -u .profile ls profile None of these find /-name profile -print cd /.profile l -u .profile ls profile None of these find /-name profile -print cd /.profile ANSWER DOWNLOAD EXAMIANS APP