Linux What command do you use to delete a file? rm delete cp rename rm delete cp rename ANSWER DOWNLOAD EXAMIANS APP
Linux Which of the following command lists the last 10 lines of a file? tail head grep cat tail head grep cat ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used to terminate a process? cancel kill shutdown haltsys cancel kill shutdown haltsys ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used with vi editor to delete three words? 3 dd 3 dw 3$d None of the listed here 3 dd 3 dw 3$d None of the listed here ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used to assign only read permission to all three categories of the file'letter'? chmod ugo = r letter chmod a - rw letter chmod u + r, g + r, o - x letter chmod go + r letter chmod ugo = r letter chmod a - rw letter chmod u + r, g + r, o - x letter chmod go + r letter ANSWER DOWNLOAD EXAMIANS APP