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 [EMAIL PROTECTED]
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 [EMAIL PROTECTED] -finger for geek code- http://www.io.com/~eighner/index.html 8800 N IH35 APT 1191 AUSTIN TX 78753-5266 _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
