File/Folder Manipulation Permissions (right-click)?

Discussion in 'Linux' started by Jack Vermicelli, Oct 11, 2008.

  1. Jack Vermicelli

    Jack Vermicelli

    Joined:
    Sep 26, 2008
    Messages:
    84
    Likes Received:
    0
    Location:
    MI, US
    It's a pain having to always switch to Terminal to delete or move certain files (for example, deleting every "back" and "more" colored arrow .desktop file from my xfce menus), with these options being grayed-out from the right-click context menu. I imagine this is due to Linpus's handholding, but I'm inexperienced with linux in general. Is there a way to re-allow these options? Ideally, I would like these options available through the GUI, un-grayed-out, but with a confirmation popup to prevent accidents.

    Also, how can I delete a folder? I ended up deleting the contents of my edesktop folder one-by-one via sudo remove [path] in Terminal, but am not allowed to delete even the empty folder with the same method.

    Nothing mission critical here, but I'd appreciate it if you could help me out.
    Thanks!
     
    Jack Vermicelli, Oct 11, 2008
    #1
  2. Jack Vermicelli

    Darryl

    Joined:
    Sep 1, 2008
    Messages:
    308
    Likes Received:
    0
    Darryl, Oct 11, 2008
    #2
  3. Jack Vermicelli

    rbil

    Joined:
    Aug 14, 2008
    Messages:
    730
    Likes Received:
    0
    Location:
    The Wet Coast, Canada
    The reason you're seeing them "grayed out" is that you can't write to or delete any files that are not owned by you (user). If you had root privileges then you can go and destroy your system however you want. :) This has nothing to do with handholding. That's what Microsoft offers you with Windows. With Linux YOU do the handholding. This is the basis of Linux security where the systemspace is separated from the userspace.

    To do this, you can open a terminal and do:

    sudo thunar

    Enter your password and you then are operating the file manager as root and can go about destroying things however you like. This is somewhat dangerous in the hands of a newbie, but if you want a GUI to manipulate files outside your userspace, that's the way to do it.

    Cheers.
     
    rbil, Oct 11, 2008
    #3
  4. Jack Vermicelli

    Jack Vermicelli

    Joined:
    Sep 26, 2008
    Messages:
    84
    Likes Received:
    0
    Location:
    MI, US
    I see.

    I think I'd rather trust in my own sense of knowledgability or lack of (with a confirmation dialog to be sure) in deciding to mess with things rather than flat out not be allowed unless I go out of my way somewhere else and say the special magic words (hurray impenetrability! ;-)), but I suppose it makes its own sort of sense. Though, I still feel that things like interface and menu configuration, or manipulation of items I have direct contact with as a user as in my example should be straightforwardly configurable.

    At any rate, thanks for the info. A bit easier than C&Ping to Terminal over and over.
     
    Jack Vermicelli, Oct 11, 2008
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.