Unix Which command is used with vi editor to move the cursor to the left? h k i None of these j h k i None of these j 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.lste who >> user.lst None of these who > user.lst who | tee user.lst who < user.lste who >> user.lst None of these who > user.lst who | tee user.lst ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list out all the hidden files along with the other files? ls -l ls -x ls -a ls -F ls -l ls -x ls -a ls -F ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns with indication of directories and executable file? Ip ls ~ x ls -F -x ls -l Ip ls ~ x ls -F -x ls -l ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to list contents of directories? dir tar ls lp dir tar ls lp 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 copy wb ../misc collect ../misc mon ../misc copy wb collect mon /misc cp wb collect mon ../misc None of these tar wb collect mon /misc copy wb ../misc collect ../misc mon ../misc copy wb collect mon /misc cp wb collect mon ../misc None of these ANSWER DOWNLOAD EXAMIANS APP