I have a basic question about file permission on Linux.
I would like to have my file to be deletable by all users/all groups on a machine.
At the moment I have a specific user user_A that creates a file with permission 0666, but if another user user_B tries to delete that file Linux doesn't allow that and says no permisison.
Which numeric value should I use?
Regards
AFG