Re: Segmentation fault (solved)
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 | maurits@vanrees.org | http://maurits.vanrees.org/
"Let your advance worrying become advance thinking and planning."
- Winston Churchill
Reply to: