What are the types of editors?
What are the expected features of an editor?
What command is used to check the path of pico or nano editors?
which pico
which nano
how to open a file for editing with nano / pico editor?
nano <filename>
pico <filename></filename></filename>
What are the modes of vi editor?
How to activate line numbers in vi editor?
use command se nu
to turn off use command se nonu
What is secure copy ?
how to unzip a tar file ?
tar -xvf code3d.tar
What does command dmsg do?
dmsg displays all error system messages
we could save this as a file using redirection like
dmsg > dmsg.txt