[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug in du command on aix 5.3
From: |
Bob Proulx |
Subject: |
Re: bug in du command on aix 5.3 |
Date: |
Fri, 23 Jan 2009 14:35:04 -0700 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Francis,Richard wrote:
> many of the du manpage options are not avalable, see command line only options
>
> : du --version
> du: Not a recognized flag: -
> Usage: du [-a | -s] [-rlkmgx] [ -H | -L ] [Name ...]
That is *not* the GNU Coreutils du command. That is more likely the
AIX du command.
Check your path to the command. One of the following should work.
The exact one depends upon your shell and system environment.
type du
which du
whence du
Your PATH is probably not configured as you expected it to be.
echo $PATH
Or depending upon your shell you may need to rehash the cached path
command location history.
Bob