:: Error
sudo: no tty present and no askpass program specified
:: How to fix sudo error
|
1 2 3 4 5 6 |
chmod +w /etc/sudoers
vi /etc/sudoers
# add this line for sudo no tty issue
Defaults visiblepw
chmod -w /etc/sudoers |
:: Error
sudo: no tty present and no askpass program specified
:: How to fix sudo error
|
1 2 3 4 5 6 |
chmod +w /etc/sudoers
vi /etc/sudoers
# add this line for sudo no tty issue
Defaults visiblepw
chmod -w /etc/sudoers |