Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? None of these /sales > empl.lst cut sales empl.lst grep sales empl.lst cat | /sales > empl.lst None of these /sales > empl.lst cut sales empl.lst grep sales empl.lst cat | /sales > empl.lst ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells the name of the group owner of the file None of these how large the file is and when the file was last modified. All of these who the owner of the file is the name of the group owner of the file None of these how large the file is and when the file was last modified. All of these who the owner of the file is ANSWER DOWNLOAD EXAMIANS APP
Unix You can append to a file instead of overwriting by using the > symbols < symbols None of these >> symbols > symbols < symbols None of these >> symbols ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns? None of these ls -x lc ls ls -1 None of these ls -x lc ls ls -1 ANSWER DOWNLOAD EXAMIANS APP
Unix If a file has read and write permissions for the owner, then the octal representation of the permissions will be None of these 6 1 5 3 None of these 6 1 5 3 ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following directories contain all the Alias created by a user, including his login directory? /dev /tmp /usr /etc /dev /tmp /usr /etc ANSWER DOWNLOAD EXAMIANS APP