first commit

This commit is contained in:
momen
2021-10-21 14:57:58 +08:00
parent ba65bf40aa
commit 8184931095
572 changed files with 3165246 additions and 305 deletions

View File

@@ -0,0 +1,11 @@
# 11.1 以管理员身份自启动
1 编辑 ~/.profile 添加下面三行内容:
2 sudo -S rmmod pcspkr <<EOF
3 password(你的密码)
4 EOF
5 在Shell脚本中通常将EOF与 << 结合使用表示后续的输入作为子命令或子Shell的输入直到遇到EOF为止再返回到主Shell即将你的密码当做命令的输入。