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 |
How does shell scripting work?
How Connect to a Database in Shell Programming?
What does $0 mean in shell script?
Explain about the exit command?
What is shell terminal?
What is sh in shell script?
There are three departments A,B and C.Write a query to display the names of all the persons( in departments other than A) who are paid higher than the person receiving the lowest salary in DEPT A
What are the advantages of using shell scripts?
What is a shell made of?
What is the use of echo in shell script?
What is the syntax of "grep" command?
How to open a read-only file in the shell?