LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   how do i grant privilages to 'normal users' (https://www.linuxquestions.org/questions/linux-general-1/how-do-i-grant-privilages-to-%27normal-users%27-126985/)

jogurt666 12-18-2003 01:31 PM

how do i grant privilages to 'normal users'
 
how can i allow normal users to use applications such as X CD Roast or so?

MartinN 12-18-2003 01:39 PM

Set the file permission to allow execution. Like this:
chmod 755 <application name>
This sets:
read, write and execute for owner (probably root) (first 7)
read and execute for group (middle 5)
read and execute for all (last 5)

Regards
Martin


All times are GMT -5. The time now is 06:19 PM.