Skip to content

Commit 0ffc7eb

Browse files
authored
Fix grammatical typo
See raspberrypi#1335
1 parent ab04e78 commit 0ffc7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/usage/users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Once you're logged in as the `pi` user, it is highly advisable to use the `passw
88

99
Enter `passwd` on the command line and press `Enter`. You'll be prompted to enter your current password to authenticate, and then asked for a new password. Press `Enter` on completion and you'll be asked to confirm it. Note that no characters will be displayed while entering your password. Once you've correctly confirmed your password, you'll be shown a success message (`passwd: password updated successfully`), and the new password will apply immediately.
1010

11-
If your user has `sudo` permissions, you can change another user's password with `passwd` preceded by the user's username. For example, `sudo passwd bob` will allow you to set the user `bob`'s password, and then some additional optional values for the user such as their name. Just press `Enter` to skip each of these options.
11+
If your user has `sudo` permissions, you can change another user's password with `passwd` followed by the user's username. For example, `sudo passwd bob` will allow you to set the user `bob`'s password, and then some additional optional values for the user such as their name. Just press `Enter` to skip each of these options.
1212

1313
### Remove a user's password
1414

0 commit comments

Comments
 (0)