Gentoo Archives: gentoo-user

From: Drew <drew.kay@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] /etc/profile.d/ and non-root users
Date: Sat, 16 Sep 2006 01:11:54
Message-Id: c268e4660609151806x187c46j90ca80eea8ed9d81@mail.gmail.com
In Reply to: Re: [gentoo-user] /etc/profile.d/ and non-root users by Pupeno
1 > I think I am not missing any condition:
2 >
3 > $ ls -al /etc/profile.d/aliases.sh
4 > -rw-r--r-- 1 root root 33 2006-09-09 12:56 /etc/profile.d/aliases.sh
5
6 Assuming this is supposed to be a shell script try changing the file
7 so it is rwxr-xr-x (755). ex: chmod 755 /etc/profile.d/aliases.sh
8
9 For a script to be executed it must have the 'x' flag set. I get
10 bitten by this every so often when creating new scripts.
11
12
13 -Drew
14 --
15 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] /etc/profile.d/ and non-root users Etaoin Shrdlu <shrdlu@×××××××××××××.org>