On Wed, 2003-02-05 at 11:14, Graham Monk wrote: > Would that # # with the touch command have caused > any problems? I did get the space between touch and /var/
The # usually denotes a root prompt. In bash you will see a $ is you are a normal user, and a # if you are root. You do not need to add in your own #. touch is the command you want to use. It will create a blank file that you specify in $1. Jesse
signature.asc
Description: This is a digitally signed message part
