Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

how weird is this?

  • 12-02-2006 08:54PM
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 Posts: 19,396 ✭✭✭✭Karoma


    rm usbkey ?


  • Registered Users, Registered Users 2 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, Registered Users 2 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, Registered Users 2 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