Answer Posted / 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 |
Post New Answer View All Answers
What is option in shell script?
How to print all the arguments provided to the script?
State the advantages of shell scripting?
What lives in a shell?
What does .sh file contain?
Can shell script run on windows?
What are script files?
What is the difference between scripting and coding?
How to get script name inside a script?
What is the equivalent of a file shortcut that we have a window on a linux system?
Explain about debugging?
What shell is bin sh?
What is scripting used for?
How do I read a .sh file?
What is a shell in operating system?