有没有办法在脚本中从用户更改为root(在脚本中输入密码)?

有没有办法在脚本中从用户更改为root(在脚本中输入密码)?

例如这个脚本:

cat switch_to_root.sh
sudo -i
#here i want somehow that the script will get as parameter my root password and use it in login.

相关内容