Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? /sales > empl.lst cat | /sales > empl.lst grep sales empl.lst cut sales empl.lst None of these /sales > empl.lst cat | /sales > empl.lst grep sales empl.lst cut sales empl.lst None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to link the files? None of these cp lk tar ln None of these cp lk tar ln ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files contains information related to password aging? Shadow password profile All the these Shadow password profile All the these ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to chmo a =761 note chmod u=rwx, g=rw, o=x note chmod 167 note None of these chmod 4=7, g=6,0 =1 note chmo a =761 note chmod u=rwx, g=rw, o=x note chmod 167 note None of these chmod 4=7, g=6,0 =1 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the device name of the terminal you are using? stty tty who None of these ls stty tty who None of these ls ANSWER DOWNLOAD EXAMIANS APP
Unix Which operator will be used with chmod command to assign absolute permission? - None of these = % + - None of these = % + ANSWER DOWNLOAD EXAMIANS APP