PDA

View Full Version : To Query the file attributes in unix using a c program


Naveenchandra
Sep3-11, 01:27 PM
Hello guys,
I am trying to query the file attributes in unix using a c program..Little help please :)

Timo
Sep4-11, 02:17 AM
You could try if unix has an equivalent of the linux "stat" (http://linux.die.net/man/2/stat).

Naveenchandra
Sep4-11, 05:16 AM
Thanks for the help..:)