[email protected] asks:
> does it mean '/sys' is already mounted before '/sbin/init' is executed?

Precisely. /proc and /sys are created by the Linux kernel before userspace represented by 'Pid Eins" even starts. /proc and /sys are 'virtual filesystems' that the kernel employs to communicate to userspace.

I know it is very basic question for linux programmer, but please give me
some answer about this.

You figured it out yourself: good work.  For authoritative info, look at

https://www.kernel.org/doc/Documentation/filesystems/

under proc.txt and sysfs.txt.

HTH,
Alison

---
Alison Chaiken                      [email protected], 650-279-5600
http://{ she-devel.com, exerciseforthereader.org }
"There is expressive potential in not being together." -- Mark Volkert,
Assistant Concertmaster, San Francisco Symphony

_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to