Answer Posted / 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 |
Post New Answer View All Answers
What are the advantages of shell script?
What is another name for a bash shell script that you might see?
What is the difference between scripting and coding?
What is computer cli?
What is shell terminal?
How will you copy a file from one machine to other?
Is shell scripting difficult?
How do I save a powershell script?
How do you know which shell I am using?
What is eval in shell script?
How to write a function?
What is the way to do multilevel if-else's in shell scripting?
What language is bash?
I want to connect to a remote server and execute some commands, how can I achieve this?
What is meant by dos operating system?