What is INODE?
Answers were Sorted based on User's Feedback
Answer / seshadri sethi
In Unix all entities are treated as files. for each file,
there is an inode entry in the table, its contain:
(1)Owner of the file.
(2)Group to which the owner belongs.
(3)Type of file.
(4)File access permission.
(5)Date and time of last access.
(6)Date and time of last modification.
(7)Number of lines to the file.
(8)Size of the file.
(9)Address of the file.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is option in shell script?
What is a file basename?
What does the sh command do?
How to print the first array element?
What can you do with powershell?
How many fields are present in a crontab file and what does each field specify?
How does shell scripting work?
Why is used in shell scripting?
Explain about the slow execution speed of shells?
What does sh mean?
How to check if the previous command was run successfully?
What are the advantages of using shell scripts?