Unix The [line number G] key allows you to move cursor right by one position to move cursor to the beginning of the line specified by the number to move cursor left by one position to move cursor down by one line None of these to move cursor right by one position to move cursor to the beginning of the line specified by the number to move cursor left by one position to move cursor down by one line None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list out all the hidden files along with the other files? ls -F ls -x ls -a ls -l ls -F ls -x ls -a ls -l 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? None of these cp wb collect mon ../misc copy wb collect mon /misc copy wb ../misc collect ../misc mon ../misc tar wb collect mon /misc None of these cp wb collect mon ../misc copy wb collect mon /misc copy wb ../misc collect ../misc mon ../misc tar wb collect mon /misc 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.lst who | tee user.lst None of these who < user.lste who >> user.lst who > user.lst who | tee user.lst None of these who < user.lste ANSWER DOWNLOAD EXAMIANS APP
Unix Which column contains all details of the permissions of a file when you issue the ls -l command? third first second fourth third first second fourth ANSWER DOWNLOAD EXAMIANS APP
Unix The field separator in cut command is specified with -r option #NAME? None of these -c -r option #NAME? None of these -c ANSWER DOWNLOAD EXAMIANS APP