You are not logged in.
XFCE Desktop does not support the file permissions? Example from Debian with XFCE or XUBUNTU 11.04
alt+F2 - xfce4-terminal
uname -a
Linux debian 2.6.39-2-686-pae #1 SMP Tue Jul 5 03:48:49 UTC 2011 i686 GNU/Linux
cd /home
ls - ivan lost+found
cd ivan
cd Music
ls
touch 1.txt
ls
1.txt
su (or sudo su from Ubuntu )
passwd:
root@debian:/home/ivan/Music#
chmod 755 1.txt
chown root:root 1.txt
ls -l
-rwxr-xr-x 1 root root 0 Авг 1 13:09 1.txt
exit
ivan@debian:~/Music$ ls -l
-rwxr-xr-x 1 root root 0 Авг 1 13:09 1.txt
rm 1.txt
rm: remove write-protected regular empty file «1.txt»? y
ls
XFCE Desktop not support the file permissions. In Debian or Ubuntu with Gnome you can not delete this file.
This problem - the problem of security of the system.
How to solve it?
Offline
This has nothing to do with Xfce (ie. working in a console), unless you remove files with the Thunar file manager.
Offline
[ Generated in 0.011 seconds, 7 queries executed - Memory usage: 521.55 KiB (Peak: 528.63 KiB) ]