What is INODE?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is shell scripting difficult?

553


How do I run a bin bash script?

569


What is the first line of a shell script called?

571


Why is the use of shell script?

541


State the advantages of shell scripting?

592






How do I set bash as default shell mac?

554


Explain about debugging?

606


How do I run a script from command prompt?

560


What is gui scripting?

601


Explain about return code?

632


Write a command sequence to find the count of each word?

538


How important is shell scripting?

543


How do you debug a script?

561


How to pass an argument to a script?

591


How to find all the files modified in less than 3 days and save the record in a text file?

608