Gentoo Archives: gentoo-user

From: Alexander Kapshuk <alexander.kapshuk@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Cc: Raffaele Belardi <raffaele.belardi@××.com>
Subject: Re: [gentoo-user] Re: bash upgrading problem
Date: Mon, 21 Jan 2019 12:03:52
Message-Id: CAJ1xhMXR0Sv9WF6DgoG3jOF+sgToCq0wSt2Z94PqCO1anbV3Ow@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: bash upgrading problem by Jacques Montier
1 On Mon, Jan 21, 2019 at 1:31 PM Jacques Montier <jmontier@×××××.com> wrote:
2 >
3 >
4 >
5 > Le lun. 21 janv. 2019 à 12:11, Alexander Kapshuk <alexander.kapshuk@×××××.com> a écrit :
6 >
7 >>
8 >> The /proc/PID directory listed by the ls command is the directory for
9 >> the process that executed the ls command. See below.
10 >>
11 >> % ls -ld /proc/self &
12 >> [1] 27318
13 >> % lrwxrwxrwx 1 root root 0 Sep 24 14:06 /proc/self -> 27318
14 >> [1] + Done
15 >>
16 >> As for the user/group owning the files in /proc/self, they are owned
17 >> by the user who initiated the process that created those entries in
18 >> the proc file system.
19 >>
20 >
21 > Thanks Alexander for your explanation.
22 > Nevertheless, the bash rejected password remains a mystery to me. :-(
23 >
24 > Regards,
25 >
26 >
27
28 What is the output of:
29 echo $LD_PRELOAD
30 echo $LD_LIBRARY_PATH

Replies

Subject Author
Re: [gentoo-user] Re: bash upgrading problem Jacques Montier <jmontier@×××××.com>