On Mon, 2008-10-20 at 16:09 +0100, Hakan Koseoglu wrote:
> Hi Craig,
> 
> Craig White wrote:
> > I cannot figure this out...
> > 
> > I would like to change the owner of a bunch of folders whose name begins
> > with a dash...
> 
> When you are using shell commands, if you use double-dash, you don't 
> need to escape it.
> 
> [EMAIL PROTECTED] ~]# mkdir -- "-test"
> [EMAIL PROTECTED] ~]# chown oracle -- -test
> [EMAIL PROTECTED] ~]# ls -ld -- -test
> drwxr-xr-x  2 oracle root 4096 Oct 20 16:01 -test
> 
> -- stops the commands continuing the parsing the parameters as options.
----
I may have known that somewhere in the recesses of my mind

Thanks - solved

Craig

_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to