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 lives in a shell?
What are the different types of shell scripting?
how will you find the total disk space used by a specific user?
How do you schedule a command to run at 4:00 every morning?
How u convert string "hi pravin how are you?" to "Hi Pravin How Are You?"
How to customise the existing shell?
What are the different methods available to run a shell script?
What is sh in shell script?
How to get the first line from a file using just the terminal?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
What is shell geeksforgeeks?