Unix Which of the following commands is used to assign executable permission to the owner of the file named "note"? chmod u+w note chmod g+x note chmod ugo+x note chmod u+x note chmod u+w note chmod g+x note chmod ugo+x note chmod u+x note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following signs is used to back up over typing errors in vi? # $ None of these @ ! # $ None of these @ ! ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc newfile wc infile - newfile wc infile | newfile wc infile >newfile wc newfile wc infile - newfile wc infile | newfile wc infile >newfile 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 both read and executable permissions. executable permission only write and executable permissions None of these both read and write permissions both read and executable permissions. executable permission only write and executable permissions None of these both read and write permissions ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the beginning of a line? pat$ pat^ ^pat $pat pat$ pat^ ^pat $pat ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate a process? cancel haltsys kill shutdown cancel haltsys kill shutdown ANSWER DOWNLOAD EXAMIANS APP