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 None of these cp wb collect mon ../misc copy wb ../misc collect ../misc mon ../misc copy wb collect mon /misc tar wb collect mon /misc None of these cp wb collect mon ../misc copy wb ../misc collect ../misc mon ../misc copy wb collect mon /misc ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells who the owner of the file is the name of the group owner of the file how large the file is and when the file was last modified. None of these All of these who the owner of the file is the name of the group owner of the file how large the file is and when the file was last modified. None of these All of these ANSWER DOWNLOAD EXAMIANS APP
Unix You can append to a file instead of overwriting by using the < symbols None of these > symbols >> symbols < symbols None of these > symbols >> symbols ANSWER DOWNLOAD EXAMIANS APP
Unix Which column contains all details of the permissions of a file when you issue the ls -l command? fourth second first third fourth second first third ANSWER DOWNLOAD EXAMIANS APP
Unix The first set of the three permissions (rw) pertains to the owner of the file, indicating that the owner has executable permission only both read and executable permissions. None of these write and executable permissions both read and write permissions executable permission only both read and executable permissions. None of these write and executable permissions both read and write permissions 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 who > user.lst None of these who | tee user.lst who < user.lste who >> user.lst who > user.lst None of these who | tee user.lst ANSWER DOWNLOAD EXAMIANS APP