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 |
What is a scripting language simple definition?
There are three departments A,B and C.Write a query to display the names of all the persons( in departments other than A) who are paid higher than the person receiving the lowest salary in DEPT A
What is the meaning of $1 in shell script?
How will I insert a line "abcdef" at every 100th line of a file?
write a shell script to identify the given string is palindrome or not?
17 Answers CTS, HP, IBM, InfoEst, Wipro,
how do you write sql queries using shell script for eg:- we have databae table like EMPNO,ENAME,SAL,DEPTNO columns in EMP table how you display EMPNO,SAL FIELDS from emp in SHELL SCRIPT please explain with an example
What is scripting used for?
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 shebang?
What language is bash written in?
How to make userdefined variables to available for all other shells?
What is the purpose of scripting?