LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Only admin can run gcc help! (https://www.linuxquestions.org/questions/linux-software-2/only-admin-can-run-gcc-help-132272/)

shizzilla 01-06-2004 11:25 PM

Only admin can run gcc help!
 
I can log in to my server and compile programs with gcc just fine,
but if I log in as anyone else it says "permision denied"
How do I enable other users to use gcc without changing the security level.

jailbait 01-07-2004 04:25 PM

"How do I enable other users to use gcc without changing the security level."

Check the permissions for gcc. You want it to be executable by group and others.

You can find gcc with:
find /usr -iname "*gcc*"
It is probably /usr/bin/gcc in which case you want
chmod 711 /usr/bin/gcc
___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites

DavidPhillips 01-07-2004 10:15 PM

mine is set to -rwxr-xr-x

which would be 755


All times are GMT -5. The time now is 01:40 AM.