Skip to content

Commit

Permalink
Explain what happens if you 'rm -rf /'
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Andrade committed Aug 29, 2016
1 parent 15ded5b commit 82666c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command-line/introduction/tutorial.md
Expand Up @@ -13,7 +13,7 @@ To access the command line, we use a terminal emulator, usually called a termina

Before we get started, you should note some **DO's** and **DONT's** while using the command line. The command line is a powerful tool that can significantly speed up your workflow but can also irreversibly harm your computer so make sure you use it responsibly.

If you are not sure what a command does **DO NOT** type it into your terminal. The command `rm -rf /` is a classic one that you should never use. If you are stuck and in need of help make sure you ask from someone you trust. It goes without saying that all commands in this tutorial are safe to use.
If you are not sure what a command does **DO NOT** type it into your terminal. The command `rm -rf /` is a classic one that you should never use, it will delete all the files in your computer. If you are stuck and in need of help make sure you ask from someone you trust. It goes without saying that all commands in this tutorial are safe to use.

## Example 1: navigating around in the terminal

Expand Down

0 comments on commit 82666c0

Please sign in to comment.