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-13-2002
isacs isacs is offline
Registered User
  
 

Join Date: Mar 2002
Location: Muenster - Germany
Posts: 22
Just an idea ;-)

Isnīt it posible to create a standard .profile that is stored in a central folder reachable for all users that is included in the .profile for all users?

So at anytime you make changes for all users you only have to change that file.

Iīve seen that on an AIX Box but Iīve no more access to that box so I couldnīt figure out how they exactly implemented this feature.
Probably they just start the standart .profile and included the userīs .profile to make sure the users the users arenīt able to bypass the standart .profile.

Has anybody an idea how to implement this correctly?