会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Anonymous
only to record some tricky things ...
博客园
首页
新随笔
联系
管理
订阅
2020年11月9日
sudo 密码直接添加到命令行以方便实现脚本自动化
摘要: 方法1: 使用管道传递密码。 比如 root 密码为 abc,要执行命令 fdisk -l, 则用法如下, $ echo abc | sudo -S fdisk -l 其中 -S 参数表示: read the password from the standard input instead of u
阅读全文
posted @ 2020-11-09 10:15 Anonymous596
阅读(4349)
评论(0)
推荐(0)
公告