The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 10-03-2007
rdns rdns is offline
Registered User
  
 

Join Date: Oct 2007
Posts: 25
Program permission (to install etc)

hi! all
i've setup my PC with FreeBSD 6.2 and i've created login ID for my friends
i would like to allow them to install program (since they're requesting to use bnc/psybnc) using their shell

however, they have encounter such error to install the program
Quote:
$ make menuconfig
Initializing Menu-Configuration[*] Running Conversion Tool for older psyBNC Data.
gcc:Permission denied
*** Error code 1

Stop in /usr/home/test/psybnc.
they have to sudo in order to run "make"

how is this possible for me to allow them to run the program by themself without assigning them to be in sudo group?

thanks all...