Find the answer to your Linux question:
Results 1 to 6 of 6
Hi, I was just wondering if there is a way of deleting root owned files because I was mucking around with WINE last night and installed some windows programmes but ...
  1. #1
    Just Joined!
    Join Date
    Jan 2008
    Posts
    14

    What is the way of deleting root owned files?

    Hi, I was just wondering if there is a way of deleting root owned files because I was mucking around with WINE last night and installed some windows programmes but now I want to delete them! How can I delete them?

  2. #2
    Linux Newbie
    Join Date
    Sep 2007
    Posts
    160
    Hi!

    If the problem is that you're not root, then you could become root by typing
    Code:
    su
    rm filename
    or
    Code:
    sudo rm filename
    Or, if you'd rather click + delete, run
    Code:
    gksudo nautilus
    which should give you a nautilus application with root priviliges.

    kai

  3. #3
    Just Joined!
    Join Date
    Jan 2008
    Posts
    14
    tyvm i'll try that =]

  4. #4
    Just Joined!
    Join Date
    Jan 2008
    Posts
    14
    thanks they are all deleted now!

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    If you want to remove wine then I would suggest you to un-install it using apt-get or Synaptic Package Manager only.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Linux Newbie
    Join Date
    Aug 2006
    Location
    england
    Posts
    138
    Quote Originally Posted by Jeremyreid View Post
    Hi, I was just wondering if there is a way of deleting root owned files because I was mucking around with WINE last night and installed some windows programmes but now I want to delete them! How can I delete them?
    wine should be run as user not root

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •