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 -->
  #3 (permalink)  
Old 08-23-2008
jon80 jon80 is offline
Registered User
  
 

Join Date: Aug 2008
Posts: 12
Thanks for the hint I created .bashrc manually and now it seems to work. So basically:

1. I created user using adduser
2. Updated alias within the home directory i.e. /home/<user>
3. Updated permissions on the source file using chmod 755, so that the user can execute the file.

Did I "allow too much" in step 3?