Unix Which command will be used with vi editor to replace text from cursor to right? R c C r R c C r ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? grep sales empl.lst /sales > empl.lst None of these cut sales empl.lst cat | /sales > empl.lst grep sales empl.lst /sales > empl.lst None of these cut sales empl.lst cat | /sales > empl.lst ANSWER DOWNLOAD EXAMIANS APP
Unix The seventh field of /etc/password is home shell login None of these password home shell login None of these password ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to remove files? dm erase delete rm None of these dm erase delete rm None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to count just the number of characters in a file? wc -w wc - 1 wc -c wc -r wc -w wc - 1 wc -c wc -r ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod go+r note chmod ugo=r note chmod a-rw None of these chmod u+r,g+r,o-x note chmod go+r note chmod ugo=r note chmod a-rw None of these chmod u+r,g+r,o-x note ANSWER DOWNLOAD EXAMIANS APP