cannot remove 'test.bz2': Operation not permitted
by andrewysk from LinuxQuestions.org on (#5FHAW)
I created this "test.bz2" last time when i was learning to use tar..
After sometime i saw it and want to delete it , because i no longer need it.
But i can't.
Code:$ rm *
rm: cannot remove 'test.bz2': Operation not permittedCode:$ ls -l
-rw-r--r-- 1 user user 22356381 Feb 27 14:17 test.bz2Code:$ chmod a+x *
chmod: changing permissions of 'test.bz2': Operation not permittedWhat's wrong ? I can't think of any other reason why.


After sometime i saw it and want to delete it , because i no longer need it.
But i can't.
Code:$ rm *
rm: cannot remove 'test.bz2': Operation not permittedCode:$ ls -l
-rw-r--r-- 1 user user 22356381 Feb 27 14:17 test.bz2Code:$ chmod a+x *
chmod: changing permissions of 'test.bz2': Operation not permittedWhat's wrong ? I can't think of any other reason why.