  | |  | Linux Login Script | Linux Login Script 2004-02-09 - By Daniel Carrillo
Back El lun, 09-02-2004 a las 15:02, Dave Ihnat escribi?
> On Mon, Feb 09, 2004 at 02:56:25PM +0100, Daniel Carrillo wrote:
> > For every user:
> >
> > ~/.bashrc (login)
> > ~/.bash_logout (logout)
>
> Only problem with that is that those are under the control of the user. If
> you absolutely MUST make them run the script, don 't put it there.
>
No problem:
su -
cd /home/user
chown root.root .bashrc
chmod 555 .bashrc
Cheers.
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
|
|
 |