Skip to content

Basics commands

CiamalaKombeGreg edited this page Oct 5, 2023 · 24 revisions

Basic commands of linux shell


Man

The command man display a small manual with a explanation of how to use a command. You can write it man <command>

man ls # Display contents of the directory
man mv # Move and rename files

Clone this wiki locally