Information about a file or directory
- by Tim
In Linux, the information about a
file or directory is stored in its
inode. I was wondering what is the
data structure for information about
a file or directory in Windows 7?
How to get the information about a
file or directory in Linux and in
Windows 7, in terminal and command
line window?
Is the owner of a file or directory
always its creator? Will it be able
to change?
Is there a creation timestamp for a
file in Linux and in Windows 7? How to
get it?
Thanks and regards!