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 cups and how to configure?

7 Answers   IBM,


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

3 Answers   Wipro,


How to give the root permision to users?

3 Answers   Wipro,


if root user forget the password how to change it?

4 Answers   Wipro,


what is segmentation fault?

11 Answers   AdTel, NetApp,


What is the use of proc structure?

2 Answers   NetApp,


What are system calls used for process management in linux?

0 Answers  


diff b/w spinlock, seamaphores and mutex and where to use it.

2 Answers   Intel,


if one of the critical section code (linked list) is under ISR & another one in kernel thread ? How you will synchronize for this critical section code ?

4 Answers   NetApp,


1.Diff between Active and passive FTP? 2.What is anacron? 3.Diff between yum update and yum install while doing for kernel? 4.root_squash and no_root_squash does what? 5.What are the commands will you execute to find a new hardware? 6.How will you find out a lun allocated from SAN? 7.What is the main diff in CaT5 and CAT6 cable, except the 1/100 and 1/1000? 8.What is stale NFS and How will you fix it? 9.What is kernel panic error? 10.How will you recover password and shadow file, in case both got deleted. Explain the steps? 11.Explain boot process 12.What is network bonding. Explain the steps? 13.What are the exit codes returned by FSCK? 14.What is LDOM? 15.Diff between block and character device?

2 Answers   Wipro,


what is iptabe on redhat linux?

3 Answers   CDAC,


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

5 Answers   Satyam,


Categories