bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SU tool


From: Eric Blake
Subject: Re: SU tool
Date: Thu, 11 Mar 2010 08:35:37 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc12 Lightning/1.0b1 Thunderbird/3.0.3

On 03/11/2010 01:01 AM, islam said wrote:
> Dear Sir,
> Good Day.
> 
> i'm using REDHAT Linux Server 9 and i noticed while using SU command the -l
> option which is very useful.
> I checked for this option in the SU tool installed with IBM AIX UNIX i
> didn't find it.
> So i'm asking you where can i find and download the source of the SU tool
> installed in Linux REDHAT 9  so i can install it on IBM AIX UNIX.

It is available from multiple packages.  Coreutils is one of those
packages, but most distros use another version.  Therefore, if you are
interested in using Coreutils' version of su, you need to specifically
request it at configure time when compiling coreutils on your AIX machine:

$ wget http://ftpmirror.gnu.org/coreutils/coreutils-8.4.tar.xz
$ tar xJvf coreutils-8.4.tar.xz
$ cd coreutils-8.4
$ ./configure --enable-install-program
$ make
$ make install

will give you /usr/local/bin/su that understands -l

-- 
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]