Unix Which of the following commands is used to view your file 24 lines at a time? pg lp None of these cat /p pg lp None of these cat /p ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc infile - newfile wc infile >newfile wc newfile wc infile | newfile wc infile - newfile wc infile >newfile wc newfile wc infile | newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to delete the character beneath the cursor? x None of these D dd X x None of these D dd X ANSWER DOWNLOAD EXAMIANS APP
Unix Which commands is used to assign executable permission to all of the files named "letter"? chmod ugo+x letter chmod ugo+rw letter chmod ugo+r letter chmod u+x letter chmod ugo+x letter chmod ugo+rw letter chmod ugo+r letter chmod u+x letter 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? None of these chmod go+x, u-x note chmod go+r, u+x note chmod g-x, uo+r note chmod u-x, go+r note None of these chmod go+x, u-x note chmod go+r, u+x note chmod g-x, uo+r note chmod u-x, go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to save file and remain in the editing mode? :x None of these q! :w :q :x None of these q! :w :q ANSWER DOWNLOAD EXAMIANS APP