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 stored in /proc ?
what is significance of /proc in linux ?

Answers were Sorted based on User's Feedback



what is stored in /proc ? what is significance of /proc in linux ?..

Answer / hillol nayak

Mainly hardware related information such as CPU
information, Memory (RAM) information stored under /proc
directory

example:
# cat /proc/cpuinfo (show the information of CPU of that
particular hardware)
# cat /proc/meminfo (show the information of Memory i.e.
RAM of that particular hardware)

Is This Answer Correct ?    21 Yes 3 No

what is stored in /proc ? what is significance of /proc in linux ?..

Answer / sahil makkar

Information related to process is stored in /proc
filesystem. One can say that full PCB(Process Control
Block) is there in /proc. proc is file system for RAM. Proc
filesystem is created while booting and as we run more
processes more entries are added to /proc directory for the
respective process.

Is This Answer Correct ?    5 Yes 1 No

what is stored in /proc ? what is significance of /proc in linux ?..

Answer / sandeep b

Proc is a psuedo file system so nothing is actually stored.
A read results in a call to function inside the kernel which
provides the information we see.
It makes information about the kernel and hardware available
to the user.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Linux System Calls Interview Questions

what is mean by raid and what are all raids available even in software and hardware?

5 Answers   Satyam,


what is samba, what is configuration file, how it will work?

3 Answers   Wipro,


what are the different ways the Linux can swich from User Space to Kernel Space & vice-versa ?

2 Answers   NetApp,


How to give the root permision to users?

3 Answers   Wipro,


Port number is already in use .. how to fix for apache..?

1 Answers   Google,


how to configure sendmail server on red hat linux version 4 and what and all we Require?

3 Answers   Wipro,


What do fork() internally call?

3 Answers  


What is the use of proc structure?

2 Answers   NetApp,


what are Softirq's and how many major numbers be allocated in the linux kernel(2.4) ?

1 Answers  


what is the difference between user APIs and kernel system calls ?

1 Answers   NetApp,


how to configure ftp server on redhat linux?

9 Answers   Infosys,


what are different ways the context switch happens from user to kernel space or vice-versa ?

0 Answers   Alcatel,


Categories