For example, in sudo -l
i discovery that I can run scp through sudo with Makulele user. I would like to know how to execute a bash command using scp. Example:
sudo -u makulele scp executeBASHcommandASmakulele
Maybe using -S
option or -p
with suid flag as well... Does anyone have a way to do this?