Hi All
I managed to mount NFS for my embedded system over a PC running linux
RedHat 6.0
all the files on the filesystem are uid=0 (root) and gid=0 ; when I try
to create any new file on the embedded system it creates the file with
gid and uid 65534 ??!!
bash# id
uid=0(root) gid=0(root) groups=0(root)
bash# cd /lib
bash# ls -la libcra*
-rwxrwxrwx 1 root 73628 Feb 8 2000 libcrack.so
-rwxrwxrwx 1 root 73628 Feb 8 2000 libcrack.so.2.7
bash# ldconfig
bash# ls -lan libcra*
-rwxrwxrwx 1 0 0 73628 Feb 8 2000 libcrack.so
lrwxrwxrwx 1 65534 65534 15 Feb 17 2000 libcrack.so.2 ->
libcrack.so.2.7
-rwxrwxrwx 1 0 0 73628 Feb 8 2000 libcrack.so.2.7
do you know what is the problem ?
thank you
|