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

How to get microseconds of system time from Redhat Linux 4.0

2 Answers  


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

1 Answers  


what is nis server

13 Answers  


what is the diff b/w MUTEX and semaphore?

12 Answers   Sony, TCS,


How to give the root permision to users?

3 Answers   Wipro,






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 samba, what is configuration file, how it will work?

3 Answers   Wipro,


What does exec family return?

1 Answers  


What are the signals we have in Linux

3 Answers   HCL, NetApp,


What is atomic function / atomic variable ?

1 Answers   Broadcom,


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

0 Answers   Alcatel,


What is the Diffrent between Redhat linux And suse linux

2 Answers   Wipro,


Categories