Unix Which command will be used with vi editor to insert text to left of cursor? i a s S i a s S ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? cut sales empl.lst None of these cat | /sales > empl.lst /sales > empl.lst grep sales empl.lst cut sales empl.lst None of these cat | /sales > empl.lst /sales > empl.lst grep sales empl.lst 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 of the following commands is used to assign executable permission to the owner of the file named "note"? chmod u+w note chmod ugo+x note chmod g+x note chmod u+x note chmod u+w note chmod ugo+x note chmod g+x note chmod u+x note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory? tar wb collect mon /misc cp wb collect mon ../misc copy wb collect mon /misc None of these copy wb ../misc collect ../misc mon ../misc tar wb collect mon /misc cp wb collect mon ../misc copy wb collect mon /misc None of these copy wb ../misc collect ../misc mon ../misc ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following options will be used to display number of blocks used by a file? #NAME? None of these -r option -c #NAME? None of these -r option -c ANSWER DOWNLOAD EXAMIANS APP