Skip to content

Commit d4cdb6b

Browse files
authored
Merge pull request #467 from MintCN/the_branch
trivial fix
2 parents 1703740 + 712acee commit d4cdb6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Notes:
113113

114114
- See also `lsof` for open sockets and files.
115115

116-
- See `uptime` or `w` to know the how long the system has been running.
116+
- See `uptime` or `w` to know how long the system has been running.
117117

118118
- Use `alias` to create shortcuts for commonly used commands. For example, `alias ll='ls -latr'` creates a new alias `ll`.
119119

@@ -193,7 +193,7 @@ Notes:
193193

194194
- For running a command as another user, use `sudo`. Defaults to running as root; use `-u` to specify another user. Use `-i` to login as that user (you will be asked for _your_ password).
195195

196-
- For switching the shell to another user, use `su username` or `su - username`. Include the `-` to get an environment as if the user just logged in. Omitting the username defaults to root. You will be asked for the password _of the user you are switching to_.
196+
- For switching the shell to another user, use `su username` or `su - username`. The latter with "-" gets an environment as if another user just logged in. Omitting the username defaults to root. You will be asked for the password _of the user you are switching to_.
197197

198198
- Know about the [128K limit](https://wiki.debian.org/CommonErrorMessages/ArgumentListTooLong) on command lines. This "Argument list too long" error is common when wildcard matching large numbers of files. (When this happens alternatives like `find` and `xargs` may help.)
199199

0 commit comments

Comments
 (0)