Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use tty ^c stty intr ^c stty echoe stty echo ^a tty ^c stty intr ^c stty echoe stty echo ^a ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to remove files? delete dm None of these rm erase delete dm None of these rm erase ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove the read permission of the file 'note' from both the group and others? chmod go+r note chmod go+rw note chmod go-r note chmod go-x note chmod go+r note chmod go+rw note chmod go-r note chmod go-x note 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 who >> user.lst who | tee user.lst None of these who < user.lste who > user.lst who >> user.lst who | tee user.lst None of these who < user.lste ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move cursor forward to first occurrence of character 'ch' in the current line? ech fch tch None of these rch ech fch tch None of these rch ANSWER DOWNLOAD EXAMIANS APP
Unix While working with mail command, which command is used to save mail in a separate file? w d s r w d s r ANSWER DOWNLOAD EXAMIANS APP