Skip to content

Commit

Permalink
Merge pull request jlevy#778 from yees7/master
Browse files Browse the repository at this point in the history
Fix README-zh.md typo
  • Loading branch information
jlevy authored Jul 16, 2022
2 parents f79f79c + 9d0c515 commit 38725ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@

- 以其他用户的身份执行命令,使用 `sudo`。默认以 root 用户的身份执行;使用 `-u` 来指定其他用户。使用 `-i` 来以该用户登录(需要输入_你自己的_密码)。

- 将 shell 切换为其他用户,使用 `su username` 或者 `sudo - username`。加入 `-` 会使得切换后的环境与使用该用户登录后的环境相同。省略用户名则默认为 root。切换到哪个用户,就需要输入_哪个用户的_密码。
- 将 shell 切换为其他用户,使用 `su username` 或者 `su - username`。加入 `-` 会使得切换后的环境与使用该用户登录后的环境相同。省略用户名则默认为 root。切换到哪个用户,就需要输入_哪个用户的_密码。

- 了解命令行的 [128K 限制](https://wiki.debian.org/CommonErrorMessages/ArgumentListTooLong)。使用通配符匹配大量文件名时,常会遇到“Argument list too long”的错误信息。(这种情况下换用 `find``xargs` 通常可以解决。)

Expand Down

0 comments on commit 38725ee

Please sign in to comment.