does the stat() function call use the inode of the file to
generate the information about a file? what is inode mostly
used for?
Answer / kiruthikau
In Unix each and every directories and files have inode numbers.
In Unix files and directories are identified by inode number
only.
Using stat we can find the inode number for a file or directory.
inode contains the informations about the file or directory.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is default permissions for others in a file?
What are the files in /etc directory?
in unix how to change old name to new name
What do you mean by nice value?
why do you need to have a swap file system?
What is a pipe?
What are setuid/setgid in relation to file permissions?
What is an inode?
Name key files or directories on a UNIX system that should always be backed up?
what is difference between milestone and run-levels in Solaris ?
If Media Server fails. What are the steps to be followed? Can anyone please reply for this question Thanks, Ganesh
does the stat() function call use the inode of the file to generate the information about a file? what is inode mostly used for?