|
|
|
|
|
by tetris11
642 days ago
|
|
Doesn't "sudo -s" keep the current user's environment variables as opposed to "sudo su"? I admit that in the context of doing "ls /sys/module" it's likely not a huge problem, but I do (in my gut) feel that for running an elevated command, it's cleaner to just drop in as actual root, instead of masquerading as root. |
|