Tiny Core Linux
Tiny Core Base => TCB Talk => Topic started by: trembb22 on August 06, 2009, 01:00:59 PM
-
I added a new user into TC, when I do: su under this user, I got the following message:
su: must be suid to work properly
when I use putty to log remotely using ssh and do su or sudo I got the following message (trembb is my username):
trembb is not in the sudoers file.
thanks for your help
-
you need to add rules for that user in the /etc/sudoers file, something like:
trembb ALL=NOPASSWD: ALL
-
thanks it work now for: "sudo" but still have the following message when doing "su":
su: must be suid to work properly
thanks for your help
-
How about "sudo su"? Thats what I use to get root
-
yes, sudo su do the job
thanks
-
su vs sudo: what's the difference?
https://opensource.com/article/22/6/linux-su-vs-sudo-sysadmin
sharing is caring