Want complete list of freebsd commands in freebsd 5.2

Lars Eighner eighner at io.com
Tue Mar 16 06:45:35 PST 2004


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 at 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 at io.com -finger for geek code-
http://www.io.com/~eighner/index.html
8800 N IH35 APT 1191 AUSTIN TX 78753-5266



More information about the freebsd-questions mailing list