You do most things in bash by issuing commands. Most of these commands are small programs. I won't say too much about these. I have just listed the packages that I found I needed. I fear that I may have lost track slightly of what was really necessary and what wasn't. I will fix this when I rebuild my system to test this document. There isn't too much baggage in the list. Most of it is needed for a fully functional Linux system anyway.
Ideally, this list should include all commands specified in The Unix File Heirarchy Standard and everthing needed to run the basic initscripts that come with the sysvinit dist.
cat
, which is nice to have
so you can look a files. its GNUsh-utils
contains hostname
, stty
, true
,
false
, yes
, who
, sleep
hostname
is in sh-utils
net-tools. The only thing you *really* need from this package,
to get a really basic system up is hostname. But the other stuff in here
such as, ifconfig, netstat and route will be needed when you want to
connect your system to anything else.