Greetings Everyone I'm brand new to Linux and I just discovered the Sudo command. I'm told its more secure than switching to the actual root user to perform an action that requires authentication. My question is: what am I allowed to do and what am I not allowed to do with the Sudo command?
"Super user do" command does almost everything so always use with care. It is not much a question of security to me because it will keep reminding you for password to execute root privileges but more on how you handle those privileges when granted. May be new linux user should learn chroot where he can create a folder where certain users will be limited only to that folder. ISPConfig has this feature so that its server administrator can allow other server users to ssh into their own folder but limit their work only inside that folder.
You should read sudo man page first. Then examine https://www.howtoforge.com/communit...or-a-first-time-linux-user.83782/#post-399369 https://en.wikipedia.org/wiki/Sudo