Unix The cat command is used to print a file copy a file display a file capture a file None of these print a file copy a file display a file capture a file None of these ANSWER DOWNLOAD EXAMIANS APP
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: 744 555 755 744 555 755 ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with file named 'note' to remove the executable permission from the user and assign read permission to the group and others? chmod g-x, uo+r note chmod go+r, u+x note chmod u-x, go+r note None of these chmod go+x, u-x note chmod g-x, uo+r note chmod go+r, u+x note chmod u-x, go+r note None of these chmod go+x, u-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 -1 -r None of these #NAME? -1 -r None of these #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a directory? rd rmdir dldir rdir rd rmdir dldir rdir ANSWER DOWNLOAD EXAMIANS APP
Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use tty ^c stty echo ^a stty intr ^c stty echoe tty ^c stty echo ^a stty intr ^c stty echoe ANSWER DOWNLOAD EXAMIANS APP