Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Shell commands

Shell commands are special words you pass to the command line interface to perform some task. For instance, the command mkdir is used to create a directory, ls is used to list the content of a folder, cat is used to print the content of a text file. In the next few pages, our focus will be on trying out these simple commands.