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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

how weird is this?

  • 12-02-2006 7: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