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 |
Write a script to print the first 10 elements of fibonacci series.
Which is best institute for testing tool?
What is the basic difference you find between a shell script and perl?
What is option in shell script?
Is shell a part of kernel?
How to print all array elements and their respective indexes?
What is the command for " how many shell is running in your system or how many shell supported by your system " ?.
What is the syntax of "nested if statement" in shell scripting?
How does ls command work?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
How do we delete all blank lines in a file?
State the advantages of shell scripting?