Re: installed program as only run as su

2001-04-02 Thread Dave Sherohman
On Mon, Apr 02, 2001 at 02:50:34PM +0100, JACKSON, DEAN wrote: > what command do i have to run to make it so all users can run it especially > dean? Hard to say without knowing what the program does. It may need to run with elevated privileges (in which case you probably don't want normal users r

Re: installed program as only run as su

2001-04-02 Thread ktb
On Mon, Apr 02, 2001 at 02:50:34PM +0100, JACKSON, DEAN wrote: > > I have installed a program and can only run it when logged in as su > > location of directory is /home/dean > > what command do i have to run to make it so all users can run it especially > dean? > > chmod -R 755 /home/dean >