1824471 Members
3172 Online
109671 Solutions
New Discussion юеВ

Error with root id

 
Carme Torca
Super Advisor

Error with root id

Hi,

I have a problem, and I don't know what is happening.
I go with root in a system, and I go to one directory and create a file and its show a diferent id:
-rw-r--r-- 1 65534 sys 0

Does anyone could help me?


# id
uid=0(root) gid=3(sys) groups=0(root),1(other),2(bin),4(adm),5(daemon),6(mail),7(lp),20(users)

# cd /dir1/dir2/users
# touch kk
# ls -l kk
-rw-r--r-- 1 65534 sys 0 Jun 1 17:14 kk
# id
uid=0(root) gid=3(sys) groups=0(root),1(other),2(bin),4(adm),5(daemon),6(mail),7(lp),20(users)


If I do:

#more /etc/passwd |grep -i 65534

It returns nothing.

Thanks,
Carmen.


Users are not too bad ;-)
3 REPLIES 3
Pete Randall
Outstanding Contributor

Re: Error with root id

Is this an NFS mounted file system?


Pete

Pete
Patrick Wallek
Honored Contributor

Re: Error with root id

I can almost guarantee that this is an NFS mounted file system.

cd /dir1/dir2/users
bdf .

If it returns something like:

machine_name:/dir1 123456 4567 7890 /dir1

Then it is NFS mounted. It was probably exported on the NFS server with the anon=65534 and without the root option.
Carme Torca
Super Advisor

Re: Error with root id

Of course, I haven't seen this!!
Thanks a lot of!!!
Users are not too bad ;-)