This prompted me to find the answer to one of the multitude of questions I have about Linux.
Sudo isn't the only reason. One person writes a virus for linux, 100 others from the community dismantle that virus and write a security patch in the kernel against it, sometimes literally within a few hours. That's a lost battle before it has even started, that's why nobody bothers writing viruses for the regular user computers, they only target servers and even there certain conditions must be met for the virus to have an effect.This prompted me to find the answer to one of the multitude of questions I have about Linux.
Sudo
Super User DO
I have a better understanding now why Linux is so much more secure.
Thank you!
This prompted me to find the answer to one of the multitude of questions I have about Linux.
Sudo
Super User DO
I have a better understanding now why Linux is so much more secure.
Thank you!
tc@dolly:~$ su --help
BusyBox v1.36.1 (2024-01-28 10:21:18 UTC) multi-call binary.
Usage: su [-lmp] [-s SH] [-] [USER [FILE ARGS | -c 'CMD' [ARG0 ARGS]]]
Run shell under USER (by default, root)
-,-l Clear environment, go to home dir, run shell as login shell
-p,-m Do not set new $HOME, $SHELL, $USER, $LOGNAME
-c CMD Command to pass to 'sh -c'
-s SH Shell to use instead of user's default
tc@dolly:~$