[Solved] What happens when I sudo bash -c? [closed]
[ad_1] sudo switches users and then executes bash, passing it the other arguments. bash running as the new user runs the command in the argument after -c. 3 [ad_2] solved What happens when I sudo bash -c? [closed]