OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Alain Tesio (alainonesite.org)
Date: Tue Jun 04 2002 - 17:37:14 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    On Tue, 4 Jun 2002 23:51:45 +0200
    Rickard Borgmäster <doktornrealworld.nu> wrote:

    > A while ago, someone created a dir on my FTP server with some really
    > strange letters in the name. Trouble here is that I cannot delete it...
    >
    > How do I do it?
    >
    > # ls
    > -=Ro˙englenn=-
    > # rm -r -\=Ro˙englenn\=-/
    > rm: illegal option -- =
    > usage: rm [-f | -i] [-dPRrvW] file ...
    > unlink file
    > # rm -r -*
    > rm: illegal option -- =
    > usage: rm [-f | -i] [-dPRrvW] file ...
    > unlink file

    See "man rm":

    rm -- -=Ro˙englenn=-

    Alain