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 the default ubuntu terminal?
How to write a function?
What does $0 mean in shell script?
c program to check whether all the directories in the path exists has read and write permission
What is the difference between grep and egrep?
What does $$ mean in shell script?
Explain about stdin, stdout and stderr?
Explain about debugging?
How do you read arguments in a shell program - $1, $2 ..?
write a shell program to check wheather a given string is pallindrome or not?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
How would you replace the n character in a file with some xyz?