Introduction to commands and working with files and directories
Syntax of commands :
#command [options] <arguments>
Manual pages for commands, files and services.
#man cd
#man lsblk
#man rsyslog.conf
#man sshd
for seeing only description of a command we use
#whatis cd
#whatis route (before using this, ...