Skip to content

Commit 0f89eff

Browse files
authored
Merge pull request raspberrypi#757 from codeepic/patch-1
Remove duplicate word
2 parents 8b32c0f + 3787ed9 commit 0f89eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linux/usage/root.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Most users are allowed to run most programs, and to save and edit files stored i
88

99
You won't normally log into the computer as `root`, but you can use the `sudo` command to provide access as the superuser. If you log into your Raspberry Pi as the `pi` user, then you're logging in as a normal user. You can run commands as the `root` user by using the `sudo` command before the program you want to run.
1010

11-
For example, if you want to install additional software on Raspbian then you normally use the `apt-get` tool. To update the list of available software, you need to prefix the `apt-get` command command with sudo:
11+
For example, if you want to install additional software on Raspbian then you normally use the `apt-get` tool. To update the list of available software, you need to prefix the `apt-get` command with sudo:
1212

1313
`sudo apt-get update`
1414

1515
Find out more about the [apt commands](../software/apt.md).
1616

17-
You can also run a superuser shell by using `sudo su`. When running commands as a superuser there's nothing to protect against mistakes that could damage the system. It's recommended that you only run commands as the superuser when required ,and to exit a superuser shell when it's no longer needed.
17+
You can also run a superuser shell by using `sudo su`. When running commands as a superuser there's nothing to protect against mistakes that could damage the system. It's recommended that you only run commands as the superuser when required, and to exit a superuser shell when it's no longer needed.
1818

1919
## Who can use sudo?
2020

0 commit comments

Comments
 (0)