File ownership

I have over a dozen files with ownership of 330:102, I have no idea how they got like this, I can't change the ownership, perms or anything, even as root. Does anyone know how these files got like this, and if so, how can I change it back to what it was suppose to be without totally creating new files. I mean there is no user that exists as 330. Thanks.

[363 byte] By [GCCSAFa] at [2007-11-26 19:43:56]
# 1
> without totally creating new files. I mean there is> no user that exists as 330. Thanks.There used to be. Create a new account with userid of 330 or chmod should work unless the files are NFS mounted or under control of the automounter.alan
alan.paea at 2007-7-9 22:27:37 > top of Java-index,General,Sys Admin Best Practices...
# 2

> I have over a dozen files with ownership of 330:102,

> I have no idea how they got like this, I can't change

> the ownership, perms or anything, even as root. Does

> anyone know how these files got like this, and if so,

> how can I change it back to what it was suppose to be

> without totally creating new files. I mean there is

> no user that exists as 330. Thanks.

Root should be able to chmod any local file, regardless of the existing user. Perhaps the files are NFS mounted? If so, you'll have to run the chmod on a system that has NFS root access to the filesystem.

Some sort of reduced privilege could prevent it as well, but that's less common.

--

Darren

Darren_Dunhama at 2007-7-9 22:27:37 > top of Java-index,General,Sys Admin Best Practices...