hi! $ touch 1 $ mv 1 2 mv: cannot move `1' to `2': Permission denied $ cp 1 2 $ ls -ld . drwxr-xr-x 2 user user 126 2011-08-23 14:12 . $ ls -l total 1024 -rw-r--r-- 1 user user 0 2011-08-23 14:12 1 -rw-r--r-- 1 user user 0 2011-08-23 14:12 2 After a reboot it just works fine. What is this? Thank you, tamas