-1
votes
1answer
76 views
bootable Linux cd that can be modified [closed]
I want to make a bootable CD on a CD/RW that is not a compressed image so that all changes and additions to scripts I make will remain on the CD file system without having to remaster. I burned a D …
0
votes
How do I prompt for input in a Linux shell script?
inquire () {
echo -n "$1 [$2/$3]? "
read answer
finish="-1"
while [ "$finish" = '-1' ]
do
finish="1"
if [ "$answer" = '' ];
then
answer=""
else
case …
4
votes
Etymology of linux commands
The Unix biff cmd (announce arrival of emails) was named after someone's dog who barked whenever the mailman arrived. http://en.wikipedia. …
