Linux What command is used to display and create files? ed lyrix vi cat ed lyrix vi cat ANSWER DOWNLOAD EXAMIANS APP
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 u - x, go + r letter chmod go + x, u - x letter chmod go + r, u + x letter chmod g - x, uo + r letter chmod u - x, go + r letter chmod go + x, u - x letter chmod go + r, u + x letter chmod g - x, uo + r letter ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used with vi editor to move back to the beginning of a word? a b c d a b c d ANSWER DOWNLOAD EXAMIANS APP
Linux Which daemon is used for the Apache server? httpd shttp html apached httpd shttp html apached ANSWER DOWNLOAD EXAMIANS APP
Linux How could you install the file ipchains-1.3.9-5.i386.rpm? rpm -e ipchains-1.3.9-5.i386.rpm None of these rpm -qip ipchains rpm -Uvh ipchains rpm -i ipchains* .i386.rpm rpm -e ipchains-1.3.9-5.i386.rpm None of these rpm -qip ipchains rpm -Uvh ipchains rpm -i ipchains* .i386.rpm ANSWER DOWNLOAD EXAMIANS APP
Linux Which of the following command lists the last 10 lines of a file? cat head grep tail cat head grep tail ANSWER DOWNLOAD EXAMIANS APP