Find the answer to your Linux question:
Results 1 to 3 of 3
This is fairly self explanatory, any ideas on regaining ownership of these bent files so I can delete them? I am root already and have managed to remove some others ...
  1. #1
    Just Joined!
    Join Date
    May 2008
    Posts
    2

    Regain ownership of files with mashed perms

    This is fairly self explanatory, any ideas on regaining ownership of these bent files so I can delete them? I am root already and have managed to remove some others but these 3 are proving awkward.

    ?--xr-sr-t 21802 1018379227 156614627 1666986137 2009-03-23 16:36 225893.mp2
    ?r-x-wx--T 44910 1338275596 4261411276 1169639655 2010-10-31 09:32 226175.mp2
    br---w-r-- 44918 3251976668 4126435008 212, 166 2026-05-26 09:35 227816.mp2

    Thanks!

  2. #2
    Linux Engineer jledhead's Avatar
    Join Date
    Oct 2004
    Location
    North Carolina
    Posts
    1,077
    whats the error when you try to delete
    Code:
    rm -rf name_of_your_file
    have you also tried changing the permissions
    Code:
    chmod 777 name_of_file

  3. #3
    Just Joined!
    Join Date
    May 2008
    Posts
    2
    I tried all the usual suspects like you describe but I got errors along the lines of "Cannot chmod/chown file with weird permissions"!

    In the end there were a lot of files mashed, and the machine was starting to exhibit strange behaviour so we've decided to swap it out.

    BTW It was providing the background music in a Swiss hotel restaurant

Posting Permissions

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