Comment 28 for bug 242618

Revision history for this message
Lutfi (lutfiarab) wrote :

I am not sure this also related bug on this case or not. Here i make the files on my dekstop:

lutfi@lutfi-desktop:~$ ls -l Desktop/
total 4
drwxrwxr-x 2 lutfi Domain Users 4096 2008-09-03 04:56 directory
-rw-rw-r-- 1 lutfi Domain Users 0 2008-09-03 04:56 file

I am use umask 0002 on /etc/profiles. And it is OK with umask now. Thanks anybody :-D

Problem come from ownership of my files after copy/move to NFS server. These compare copy and move using gnome and terminal.

Copy is OK. Because copy make new file/directory on NFS server. And the ownership is same with NFS server. Ownership change from my Desktop "lutfi.Domain Users" to be "lutfi.mis" on NFS server.

But why for moving from desktop using gnome have different ownership with moving using terminal? Gnome give permission "lutfi.mis" (change on server directory only. file no problem) and terminal still have my original permission "lutfi.Domain Users" (both directory and file).

So? Why moving files with nautilus have different result with terminal?

lutfi@lutfi-desktop:~$ ls -l /rsisvr/division/mis/gnome-test/*
/rsisvr/division/mis/gnome-test/cp-from-gnome:
total 4
drwxrwxr-x 2 lutfi mis 4096 2008-09-03 04:52 directory
-rw-rw-r-- 1 lutfi mis 0 2008-09-03 04:52 file

/rsisvr/division/mis/gnome-test/cp-from-terminal:
total 4
drwxrwsr-x 2 lutfi mis 4096 2008-09-03 04:51 directory
-rw-rw-r-- 1 lutfi mis 0 2008-09-03 04:51 file

/rsisvr/division/mis/gnome-test/mv-from-gnome:
total 4
drwxrwxr-x 2 lutfi mis 4096 2008-09-03 04:52 directory
-rw-rw-r-- 1 lutfi Domain Users 0 2008-09-03 04:52 file

/rsisvr/division/mis/gnome-test/mv-from-terminal:
total 4
drwxrwxr-x 2 lutfi Domain Users 4096 2008-09-03 04:48 directory
-rw-rw-r-- 1 lutfi Domain Users 0 2008-09-03 04:48 file