Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2004 08:43:38 -0600 (CST)
From:      Lars Eighner <eighner@io.com>
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:  <20040316082858.O959@goodwill.io.com>
In-Reply-To: <000001c40b10$9eeb2790$0d01a8c0@oldns>
References:  <000001c40b10$9eeb2790$0d01a8c0@oldns>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 16 Mar 2004, Asghar Ali wrote:

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

It is difficult to know what you mean by "commands," or "complete"
for that matter.

ls /bin

will yield a list of basic commands.

ls /sbin

gives the basic system utilities.

All of the shells have builtins (see man builtin) but they
vary according to shell.  Completeness would certainly include
the builtin for sh (the default shell) and csh.

In theory,

ls /usr/bin

gives a list of applications, but some of them are really
essential to any real-world installation.


-- 
Lars Eighner
eighner@io.com -finger for geek code-
http://www.io.com/~eighner/index.html
8800 N IH35 APT 1191 AUSTIN TX 78753-5266



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