Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod go+r note chmod a-rw chmod ugo=r note None of these chmod u+r,g+r,o-x note chmod go+r note chmod a-rw chmod ugo=r note None of these chmod u+r,g+r,o-x note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a filter? sort grep None of these wc sort grep None of these wc ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display your working directory? pwd path dir prompt $p$g pwd path dir prompt $p$g ANSWER DOWNLOAD EXAMIANS APP
Unix The % key allows you to move the cursor to the first column in the current line to move the cursor to the upperleft corner of the screen to move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace. to move the cursor backward to the beginning of a word to move the cursor to the first column in the current line to move the cursor to the upperleft corner of the screen to move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace. to move the cursor backward to the beginning of a word ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to remove files? rm dm erase None of these delete rm dm erase None of these delete 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: 555 755 744 555 755 744 ANSWER DOWNLOAD EXAMIANS APP