Unix The Octal number to be given alogn with chmod command to make a file readable, writable and executable to the owner, readable and executable to group and others is: 555 755 744 555 755 744 ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy all files having the string chap and any two characters after that to the progs directory? cp chap* progs cp chap?? /progs/* cp chap?? progs cp chap[12] /progs/*.* cp chap* progs cp chap?? /progs/* cp chap?? progs cp chap[12] /progs/*.* 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 None of these who < user.lste who >> user.lst who | tee user.lst who > user.lst None of these who < user.lste who >> user.lst who | tee user.lst ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a file? rm remove del mv rm remove del mv ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to move the cursor to the end of the paragraph. } ) ( { } ) ( { ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change directory to the name beginning with a 'p'? cd p* cd p* cd [p] cd p cd p* cd p* cd [p] cd p ANSWER DOWNLOAD EXAMIANS APP