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
Explain how you Automate your application using Shell scripting.
How to print all the arguments provided to the script?
What are the different variables present in linux shell?
Write a script to print the first 10 elements of fibonacci series.
What is echo in shell?
Which scripting language is best for automation?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
What is the difference between grep and egrep?
How will you pass and access arguments to a script in linux?
What is an inode block?
How to find duplicate record in file using shell script?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
Explain about the slow execution speed of shells?
What is shell and shell script?
How can you get the value of pi till a 100 decimal places?