Xfce Forum

Sub domains
 

You are not logged in.

#1 2011-08-01 09:28:02

Eugene
Member
Registered: 2011-08-01
Posts: 1

XFCE Desktop does not support the file permissions ?

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 smile )
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

#2 2011-08-01 11:14:10

Nick
Dev
From: ~
Registered: 2005-02-17
Posts: 1,144
Website

Re: XFCE Desktop does not support the file permissions ?

This has nothing to do with Xfce (ie. working in a console), unless you remove files with the Thunar file manager.

Offline

Board footer

Powered by FluxBB