Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

how weird is this?

Options
  • 12-02-2006 8:54pm
    #1
    Registered Users Posts: 1,105 ✭✭✭


    I'm not sure where this goes, but since it's bash & I'm using on linux... thought I'd lash it in here...
    drwxr-xr-x 3 me csusers 4096 Feb 12 17:33 toms/
    lrwxrwxrwx 1 me csusers 19 Oct 6 18:18 usbkey -> /media/usb-storage//
    drwxr-xr-x 3 me csusers 4096 Feb 12 17:26 vlc/
    drwxr-xr-x 6 me csusers 4096 Feb 12 19:38 workspace/
    [me@csa012b3pc7 ~]$ rm usbkey/
    rm: cannot remove directory `usbkey/': Is a directory
    [me@csa012b3pc7 ~]$ rmdir usbkey/
    rmdir: `usbkey/': Not a directory
    [me@csa012b3pc7 ~]$
    [me@csa012b3pc7 ~]$ rm usbkey/
    rm: cannot remove directory `usbkey/': Is a directory
    [me@csa012b3pc7 ~]$ rm -f usbkey/
    rm: cannot remove `usbkey/': Not a directory
    [me@csa012b3pc7 ~]$


    how rare.


Comments

  • Registered Users Posts: 19,396 ✭✭✭✭Karoma


    rm usbkey ?


  • Registered Users Posts: 1,105 ✭✭✭larryone


    bah! stupid auto-complete had put the / on the end of it.

    really should have seen it. maybe I just need to get some sleep.

    thanks Karoma =0)


  • Registered Users Posts: 19,396 ✭✭✭✭Karoma


    NP.
    For reference, you should post this sorta thing in the UNIX forum (More traffic, better response, more applicable, etc.)


  • Registered Users Posts: 1,105 ✭✭✭larryone


    that would probably have made sense.
    again lack of sleep is mine enemy.
    have been loosing sleep over a goddamn seg fault.


Advertisement