[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] analog.cfg permissions



On Thu, 16 Aug 2001, Scott F wrote:

> Hi All,
> 
> I just noticed on all our machines, the analog.cfg
> file is set with the following permissions after the
> last analog update:
> 
> --w----r-T   1 root     root         5079 Jul 24 14:57
> analog.cfg
> 
> Why not the normal 644 (-rw-r--r--), and what is the
> "T" thing all about? How would you get this setting

This is the setting you get when you use a decimal 644 to set an octal
permission, eg 644 decimal gives you 1204 octal, which gives you the bogus
w,r,T setting....

This is a bug in the install script, some programmer botched it up ;)

You can safely make it 644 if you want. Btw, the trailing T is totally
meaningless to linus as it's an invalid file mode for a normal text
file...

gsh