I have a tendency to accidentally delete files I shouldn't. I'm attempting to use the restricted deletion flag to change that.
However, I am able to delete a file that does not belong to me, even when the containing folder has the restricted deletion flag set. Additionally if I try to delete using my graphical file manager, it does not even as the "are you sure" question. Any idea what I am doing wrong?
selah@selah-Precision-Tower-5810:~/sticky-test$ ll
total 12
drwxrwxr-t 3 selah selah 4096 Jul 28 11:30 ./
drwxr-xr-x 39 selah selah 4096 Jul 28 11:09 ../
drwxrwxr-x 2 selah selah 4096 Jul 28 11:16 raw-data/
-rw-rw-r-- 1 999 999 0 Jul 28 11:30 something1
-rw-rw-r-- 1 selah selah 0 Jul 28 11:30 something2
selah@selah-Precision-Tower-5810:~/sticky-test$ rm something1
rm: remove write-protected regular empty file 'something1'? y
selah@selah-Precision-Tower-5810:~/sticky-test$ ll
total 12
drwxrwxr-t 3 selah selah 4096 Jul 28 11:31 ./
drwxr-xr-x 39 selah selah 4096 Jul 28 11:09 ../
drwxrwxr-x 2 selah selah 4096 Jul 28 11:16 raw-data/
-rw-rw-r-- 1 selah selah 0 Jul 28 11:30 something2