shell中让脚体自动输入sudo密码方法

本文介绍了如何在Shell脚本中使用`echo "passwd" | sudo -S command`来自动输入sudo密码,以无交互方式执行需要权限的命令。通过示例展示了如何在脚本中调用其他脚本或执行关机命令。
摘要由CSDN通过智能技术生成

在所编写的脚本文件中,使用 echo "passwd" | sudo -S command 

使用-S是:使得sudo从标准输入读取密码而非终端

sudo的命令选项:

Options:
  -A, --askpass                                               use a helper program for password prompting
  -b, --background                                          run command in the background
  -C, --close-from=num                                  close all file descriptors >= num
  -E, --preserve-env                                       preserve user environment when running command
  -e, --edit                                                       edit files instead of running a command
  -g, --group=group                                        run command as the specified group name or ID
  -H, --set-home                                             set HOME variable to target user's home dir
  -h, --help                                                      display h

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值