Want complete list of freebsd commands in freebsd 5.2

Matthew Seaman m.seaman at infracaninophile.co.uk
Tue Mar 16 05:59:29 PST 2004


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 at 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 

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

	Cheers,

	Matthew

-- 
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040316/d107d96f/attachment.bin


More information about the freebsd-questions mailing list