Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How to group the commands in shell scripting?

2 Answers   Polaris,


What are script files?

0 Answers  


What are types of shells?

0 Answers  


What is bash shell command?

0 Answers  


What are the 4 basics of OOP?

1 Answers   Amazon, Infosys,


Please give me example of " at command , contrab command " how to use

0 Answers  


write a shell script to identify the given string is palindrome or not?

17 Answers   CTS, HP, IBM, InfoEst, Wipro,


How do we delete all blank lines in a file?

0 Answers  


How do I run a .sh file on mac?

0 Answers  


Determine the output of the following command: name=shubham && echo ‘my name is $name’.

0 Answers  


How do you read arguments in a shell program - $1, $2 ..?

4 Answers  


What is a shell environment?

0 Answers  


Categories