|
|
|
|
|
by dlcarrier
2 days ago
|
|
In the least, you could make an alias for sudo, and have it run that. With something like this in .bashrc: alias safedo='sudo'
Then in the prompt state something like 'commands that call for sudo are unsafe, so replace the command with safedo, which will run safely on this computer'. |
|