What is INODE?

Answers were Sorted based on User's Feedback



What is INODE?..

Answer / satchi

You can say its a pointer to a file or directory.Each file
associated with a inode which contains 2 kinds of
information.
1.File name ,owner,permision
2. The data block for the file.

to see the inode value of a file type
#ls -i <filename>

Is This Answer Correct ?    4 Yes 0 No

What is INODE?..

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

Post New Answer

More Shell Script Interview Questions

What is shell and terminal?

0 Answers  


What is shell company all about?

0 Answers  


Write a shell script to get current date, time, user name and current working directory.

0 Answers  


How to handle the delimiter unit seperator in Unix

2 Answers  


What is the basic difference you find between a shell script and perl?

3 Answers   Yahoo,






What is the first line of a shell script called?

0 Answers  


Explain how you Automate your application using Shell scripting.

0 Answers   MAHINDRA,


What's the difference between scripting and coding?

0 Answers  


Hi Friends, I am currently Undergoing Course On Testing.I am Planning To Keep Fake Resume.Can any One tell me the ways to Prepare i.e, Real Time experience For Manual Testing. With Regards, Vikram

1 Answers  


How are shells born?

0 Answers  


Write a script to print the first 10 elements of fibonacci series.

0 Answers  


Can shell script run on windows?

0 Answers  


Categories