Linux What command is used with file named 'letter' to remove the executable permission from the user and assign read permission to the group and others? chmod go + r, u + x letter chmod u - x, go + r letter chmod g - x, uo + r letter chmod go + x, u - x letter chmod go + r, u + x letter chmod u - x, go + r letter chmod g - x, uo + r letter chmod go + x, u - x letter ANSWER DOWNLOAD EXAMIANS APP
Linux Which of the following NIS clients, finds and stores information about an NIS domain and server? ypcat ypbind yppoll ypwhich None of these ypcat ypbind yppoll ypwhich None of these ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used to list contents of directories? tar lp dir ls None of these tar lp dir ls None of these ANSWER DOWNLOAD EXAMIANS APP
Linux Which program is used to schedule particular jobs or programs at particular times on the system? cron Outlook vi Scheduler None of these cron Outlook vi Scheduler None of these ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used to remove jobs from the print queue? lpc lpr lpq None of these lprm lpc lpr lpq None of these lprm ANSWER DOWNLOAD EXAMIANS APP
Linux Which of the following command lists the last 10 lines of a file? grep cat head tail grep cat head tail ANSWER DOWNLOAD EXAMIANS APP