- Code: Select all
# chown <your username> <directory>
To make it recursive (plus all directories inside it)
- Code: Select all
# chown -R <your username> <directory>
ps: (should have asked in my previous post)
won't "sudo rm -Rf <directory>" work?Won't '# rm -Rf <directory>" work?
note: use 'rm -Rf <anything>' with care - doubly make sure directory name is there first before pressing <enter>
ps: uid - Mageia uses uid of 500 (I made my mageia uid 1000)
if directory (you want to trash) is originally uid 1000 (and yours 500), not sure if you need to further commands (like usermod).
Try above first and if won't work others can jump in with this uid thingy.
Why do we live? To prove not everything in nature has a purpose.