Unix Which command is used to display a file contents in octal form? of od oct cd of od oct cd ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with the chmod command recursively to all files and sub-directories in a directory? -R None of these -1 #NAME? -R None of these -1 #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix Which column contains all details of the permissions of a file when you issue the ls -l command? first second fourth third first second fourth third ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to extract specific columns from the file? paste cut cat grep paste cut cat grep ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to chmod 4=7, g=6,0 =1 note chmod 167 note chmo a =761 note None of these chmod u=rwx, g=rw, o=x note chmod 4=7, g=6,0 =1 note chmod 167 note chmo a =761 note None of these chmod u=rwx, g=rw, o=x note 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? 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 who < user.lste who >> user.lst ANSWER DOWNLOAD EXAMIANS APP