|
|
|
|
|
by pxx
697 days ago
|
|
sudo forks at least once (bash spawns /usr/bin/sudo), but also will fork to execute the command if logging is enabled (see the manual page for sudo(8)). you can `exec sudo` but this will hose you if it tries to fork (because now you've lost your bash). |
|