我在Ubuntu上安装了wondershaper,它是一个限制互联网速度的程序,我的意思是我不在家时使用所有带宽的兄弟姐妹,而且我的互联网有限,我想创建一个在启动时运行的bash文件,意味着当他们打开电脑时,这些是我通常在终端中输入的代码
sudo wondershaper eth0 3 3
//It asks me for my password
The bash file will be something like this
#!/bin/bash
sudo wondershaper eth0 3 3
但是当他在终端中询问密码时,给他密码的代码是什么?不用我打字?