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 | tee user.lst who < user.lste who > user.lst who >> user.lst None of these who | tee user.lst who < user.lste who > user.lst who >> user.lst None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove the read permission of the file 'note' from both the group and others? chmod go-r note chmod go+rw note chmod go+r note chmod go-x note chmod go-r note chmod go+rw note chmod go+r note chmod go-x note ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with rm command to make the command prompt the user with each filename and a ?, before acting on it #NAME? None of these -r -1 #NAME? None of these -r -1 ANSWER DOWNLOAD EXAMIANS APP
Unix The seventh field of /etc/password is home login shell None of these password home login shell None of these password ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to compare the files is known as ccp cmp comp do ccp cmp comp do ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following shell's wildcards are used to match any number of characters including none? ? [ijk] None of these [!ijk] * ? [ijk] None of these [!ijk] * ANSWER DOWNLOAD EXAMIANS APP