info command
May 27,93Another useful tool that you can use to find out more about Linux commands is info. info reads documentation in …
Read MoreManual pages
May 27,93There are thousands and thousands of Linux commands and it is impossible to remember all of them. The man (short …
Read MoreCommand line history
May 27,93Linux shells maintain a history of the commands issued by a user. You can display the list of commands that you’ve entered before …
Read MoreEssential Linux commands
May 27,93In this lesson we will cover the essential commands in Linux. We will learn how to list the content of a directory, …
Read MoreStart the shell in Ubuntu
May 27,93Throughout this tutorial we will be using the bash shell, but most of the work done in the bash shell can be …
Read MoreBourne-again shell (Bash)
May 27,93Bash (Bourne-again shell) is a command language interpreter. Simply put, it is a text windows interprets commands that you type. It …
Read More