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 to group the commands in shell scripting?
What are script files?
What are types of shells?
What is bash shell command?
What are the 4 basics of OOP?
Please give me example of " at command , contrab command " how to use
write a shell script to identify the given string is palindrome or not?
17 Answers CTS, HP, IBM, InfoEst, Wipro,
How do we delete all blank lines in a file?
How do I run a .sh file on mac?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
How do you read arguments in a shell program - $1, $2 ..?
What is a shell environment?