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...


Explain inode

Answers were Sorted based on User's Feedback



Explain inode..

Answer / nagaswamy kumar

When a file system is created, data structures are created
that contain information about files. Each file is
associated with an inode that is identified by an inode
number (often referred to as an "i-number" or "inode") in
the file system where it resides.

Inodes store information on files, such as user and group
ownership, access mode (read, write, execute permissions)
and type of file. On many types of file systems the number
of inodes available is fixed at file system creation,
limiting the maximum number of files the file system can
hold. A typical fraction of space allocated for inodes in a
file system is 1% of total size.

The inode number indexes a table of inodes in a known
location on the device; from the inode number, the kernel
can access the contents of the inode, including the data
pointers, and so the contents of the file.

A file's inode number can be found using the ls -i command,
while the ls -l command will retrieve inode information
(i.e. the file information).

Some Unix-style file systems such as ReiserFS may avoid
having a table of inodes, but must store equivalent data in
order to provide equivalent functions. The data may be
called stat data, in reference to the stat system call that
provides the data to programs.

File names and directory implications:

Inodes do not contain file names, only file metadata.
Unix directories are lists of "link" structures, each of
which contains one filename and one inode number.
The kernel must search a directory looking for a particular
filename and then convert the filename to the correct
corresponding inode number if the name is found.
The kernel's in-memory representation of this data is
called struct inode in Linux. Systems derived from BSD use
the term vnode, with the v of vnode referring to the
kernel's virtual file system layer.

Is This Answer Correct ?    6 Yes 0 No

Explain inode..

Answer / sbrahman75

It contain the information of the files and directory

Like ( date, home directory, rights, modified date, etc)

Is This Answer Correct ?    3 Yes 0 No

Explain inode..

Answer / poola surendrareddy

Inodes are the objects the solaris OS uses to record
information about a file. In general, Inodes contain two parts.
1.Inodes contain information.
2.Inodes contain pointers.
1> Inodes contain information about the file,including its
owner,its permissions,and its size.
2> Inodes contain pointers to data blocks associated with
the file content.
Inodes are numbered,and each file system contains its
own list of inodes. When a new file system is created, a
complete list of new inodes is also created in taht file system.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Solaris Commands Interview Questions

How to set the time zion

3 Answers  


How to remove the root mirror

2 Answers  


What r the daemons for DNS , Veritas, Apache,NFS Server & Client 4How can u configure two DHCP and Two DNS servers r there and u have 100's of users then 1st system takes which DHCP server and which DNS sever 5 what is the use of NIS how can u configure 6 what is the use RAID and which is the best(Solaris) 7 in RAID 5 and RAID 0+1 which u will preffer (Veritas)

3 Answers   HCL, IBM, Tech Mahindra,


What is nslookup

2 Answers  


Tell me some of the differences between Solaris and Sun OS?

8 Answers   Lucent,


How to change rsc ip in sun V490?

4 Answers   Wipro,


How to increase the size of the file system?

2 Answers  


Which command is used to backup and restore solaris file system?

0 Answers  


How can u make file system of 65 GB if u get new disk of 80 GB? (U have to fix the disk and make the file system of 65 GB)

2 Answers  


Default path for patches

2 Answers  


How to create core dump and crash dump #coreadm .

0 Answers  


What are processing daemon in nis

2 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)