On Mon, Oct 11, 2004 at 01:05:52AM -0400, Marek Pawinski wrote:
> [root:~]mkdir bak
> [root:~]mkdir bak/var             
> [root:~]mkdir bak/var/cache       
> [root:~]mkdir bak/var/cache/apt   
> [root:~]mkdir bak/var/cache/apt/bin

You should be able to do this in one command:

[root:~]mkdir -p bak/var/cache/apt/bin

The `-p' makes the bin directory and any Parent directories that do
not yet exist.

-- 
Maurits van Rees | [EMAIL PROTECTED] | http://maurits.vanrees.org/
"Let your advance worrying become advance thinking and planning."
 - Winston Churchill


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to