two questions

Hemal Pandya hemalpandya at gmail.com
Thu Jun 24 23:31:02 PDT 2004


On Fri, 25 Jun 2004 01:22:05 -0400, epilogue at allstream.net
<epilogue at allstream.net> wrote:
>
[....]
>
> as requested...    (standard shell and standard user)
>
> ~> mkdir test

Don't forget the leading hyphen. Try
~> mkdir -test
which will, of course, give you an error. then try
~> mkdir ./-test
and proceed as below...

> ~> rm ./-test
> rm: ./-test: No such file or directory
> ~> rm -- --test
> rm: --test: No such file or directory
> ~> rm -r test
> remove test? y
> ~> mkdir test
> ~> rm -rf test
[....]


More information about the freebsd-questions mailing list