Unix Which command will be used with vi editor to insert text to left of cursor? s i S a s i S a ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? None of these mv *.* /bin/ mv * ../bin *.* mv * ../bin mv * /bin/* None of these mv *.* /bin/ mv * ../bin *.* mv * ../bin mv * /bin/* ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following signs is used to back up over typing errors in vi? $ None of these # ! @ $ None of these # ! @ ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list all the files with extension .lst? ls lst* ls *[lst] ls -l *.lst ls *.* ls lst* ls *[lst] ls -l *.lst ls *.* ANSWER DOWNLOAD EXAMIANS APP
Unix Which is the earliest and most widely used shell that came with the UNIX system? None of these Korn shell Smith shell Bourne shell C shell None of these Korn shell Smith shell Bourne shell C shell 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 < user.lste who | tee user.lst None of these who >> user.lst who > user.lst who < user.lste who | tee user.lst None of these ANSWER DOWNLOAD EXAMIANS APP