owner and group change on NFS server share
Using bash w/PS1 set to:echo $PS1
ex=$? \D{%m%d} \t \h \w \u \$
On the client I see the following:
ex=0 1127 16:26:10 xxx ~ yyy $ls -ld /DB_server_u01
drwxrwxrwx 2 oracle dba 512 Nov 19 09:30 /DB_server_u01
ex=0 1127 16:26:15 xxx - yyy $
ex=0 1127 16:26:53 xxx ~ yyy $ls -ldn /DB_server_u01
drwxrwxrwx 2 101 101 512 Nov 19 09:30 /DB_server_u01
ex=0 1127 16:27:01 xxx ~ yyy $
ex=0 1202 08:19:26 xxx ~ yyy $
ex=0 1202 08:19:26 xxx ~ yyy $ls -ldn /DB_server_u01
drwxrwxrwx 2 101 101 512 Nov 19 09:30 /DB_server_u01
ex=0 1202 08:19:27 xxx ~ yyy $
ex=0 1202 08:25:10 xxx ~ yyy $ls -ld /DB_server_u01
drwxrwxrwx 2 oracle dba 512 Nov 19 09:30 /DB_server_u01
ex=0 1202 08:25:14 xxx ~ yyy $
On the server I see the following:
0