Introduction to commands and working with files and directories
May 15, 2025 · 3 min read · 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, ...
Join discussion