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 |
Is shell a scripting language?
What are the advantages of shell scripting?
How many prompts are available in a UNIX system?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
How do you know which shell I am using?
how to read systems current date and time
What does the sh command do?
What is shell company all about?
What are the different types of commonly used shells on a typical linux system?
How to handle the delimiter unit seperator in Unix
Explain about debugging?
How do I debug a shell script?