Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: P5music on November 12, 2010, 01:38:36 PM
-
I do not think so, but I cannot do some things just with "sudo command" and I have to use su+root password and then command.
I ask if is it possible to use su in .xsession so I rise the privileges and then continue with the needed command.
thanks
-
The advantage with sudo, is you get root privileges just for that action. This is more secure, and recommended for most situations.
If you become root, everything you do has root privileges. You may make a mistake. If you are on the internet, and someone was to hack into your computer, it would be very vulnerable.
-
You should not be running random sysadmin tasks in .xsession.
-
I just need one command (not random ?!?) to be called with risen privilege : "sudo wine program.exe"
but I get ".wine is not owned by you",
while no error if I use su and then "wine program.exe".