Unix Which command is used with vi editor to search a pattern in the forward direction? ? // ?? / ? // ?? / ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list out all the hidden files along with the other files? ls -F ls -l ls -x ls -a ls -F ls -l ls -x ls -a ANSWER DOWNLOAD EXAMIANS APP
Unix In Bourne shell, which file sets the Unix environment for the user when the logs into his HOME directory. .exrc None of these .profile .mbox lastlogin .exrc None of these .profile .mbox lastlogin ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod ugo=r note chmod u+r,g+r,o-x note chmod a-rw None of these chmod go+r note chmod ugo=r note chmod u+r,g+r,o-x note chmod a-rw None of these chmod go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? cat | /sales > empl.lst cut sales empl.lst grep sales empl.lst /sales > empl.lst None of these cat | /sales > empl.lst cut sales empl.lst grep sales empl.lst /sales > empl.lst None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to view your file 24 lines at a time? /p None of these pg cat lp /p None of these pg cat lp ANSWER DOWNLOAD EXAMIANS APP