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 does $@ mean in shell?
what is tickets $ what low,medium,high priorite pls define time also
Write a shell script in Linux to shift all characters in a file forward by five characters. (Thus “a” becomes “f’”).
2 Answers Ignou, Tripura Info,
Is shell scripting difficult?
How Connect to a Database in Shell Programming?
What is the significance of $#?
Give some situations where typing error can destroy a program?
How do I run a script on mac?
What is the use of .sh file?
What is "test"? How it is used in shell scripting?
How do I run a .sh file?
How to write an Auto scripting for deleting old files using shell script and made a cron job to run on daily basis