Which command is used to list all the files with extension .lst? ls *.* ls *[lst] ls lst* ls -l *.lst TRUE ANSWER : ? YOUR ANSWER : ?
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 tar wb collect mon /misc cp wb collect mon ../misc copy wb collect mon /misc copy wb ../misc collect ../misc mon ../misc TRUE ANSWER : ? YOUR ANSWER : ?
Which column contains all details of the permissions of a file when you issue the ls -l command? fourth third first second TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following commands is used to rename a file? ren rename mv remove TRUE ANSWER : ? YOUR ANSWER : ?
Which command is used with vi editor to search a pattern in the forward direction? ?? / ? // TRUE ANSWER : ? YOUR ANSWER : ?
Which command is used to terminate a process? cancel kill shutdown haltsys TRUE ANSWER : ? YOUR ANSWER : ?
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 | tee user.lst who >> user.lst None of these who > user.lst who < user.lste TRUE ANSWER : ? YOUR ANSWER : ?
Which command is used to display the end of the file? bof tail eof None of these head - r TRUE ANSWER : ? YOUR ANSWER : ?
Which option is used with the chmod command recursively to all files and sub-directories in a directory? #NAME? None of these -1 -R TRUE ANSWER : ? YOUR ANSWER : ?
Which command is used to set the three permissions for all the three categories of users of a file? chown chmod chusr chgrp None of these TRUE ANSWER : ? YOUR ANSWER : ?