Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2004 13:59:24 +0000
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Asghar Ali <asgharali@ucp.edu.pk>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Want complete list of freebsd commands in freebsd 5.2
Message-ID:  <20040316135924.GE55349@happy-idiot-talk.infracaninophile.co.uk>
In-Reply-To: <000001c40b10$9eeb2790$0d01a8c0@oldns>
References:  <000001c40b10$9eeb2790$0d01a8c0@oldns>

next in thread | previous in thread | raw e-mail | index | archive | help

--k3qmt+ucFURmlhDS
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Mar 16, 2004 at 09:39:07AM +0500, Asghar Ali wrote:

> Anyone have the complete list of freebsd 5.2 commands. I need it so
> please send to me on my mail address asgharali@ucp.edu.pk

What you ask for is not feasible to provide in an e-mail.  There are
as many commands as there are programs available to run on
FreeBSD-5.2, which is at least of the order of tens of thousands.
Then there are a huge number of command line switches and options to
modify the behaviour of those.  You can find everything on your system
that might be run as a command by:

    # find -H  / -type f -perm +0111 -print

But you'll have to go through that list carefully and eliminate
various shared-objects and shared libraries which aren't actually
possible to run stand-alone.

If you mean just what is part of the base system, then:

    # find -H /bin /sbin /boot /usr/bin /usr/sbin /usr/libexec \
        -type f -perm +0111 -print=20

You'll probably need to add a few more directories to that list to
get everything.

	Cheers,

	Matthew

--=20
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK

--k3qmt+ucFURmlhDS
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAVwg8dtESqEQa7a0RAjQ0AJ9kVCmyplK0h9hGQ4q167Hbx2sHWwCeKR6x
r4iKhkFBUQa3GVFdkt0+64o=
=sSFc
-----END PGP SIGNATURE-----

--k3qmt+ucFURmlhDS--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040316135924.GE55349>