今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
The proc filesystem
- [Instructor] Let's talk about the proc file system. Because we're talking about a file system, it needs to be mounted into your tree somewhere, and at boot time that should happen. The proc file system should be mounted on the directory /proc. And the mount command we see here says the type of file system to mount is proc, and then we traditionally put the word proc there, which for a disk file system would be the partition to mount. But we don't have one, so we put the word proc there, some people put the word none there, and then where to mount it. So the proc file system got mounted on /proc. Inside the proc directory we have subdirectories and files, and those have permission modes, read, write, execute and so forth, like ordinary files and directories. Some of the proc files are writable, some are readable only. And when they're writable, they're generally just writable by root, the privileged user. Proc is…
内容
-
-
-
What do we mean by performance?3 分钟 31 秒
-
Timing techniques5 分钟 13 秒
-
(已锁定)
More timing techniques2 分钟 53 秒
-
(已锁定)
Timing techniques solution3 分钟 21 秒
-
(已锁定)
The proc filesystem7 分钟 58 秒
-
(已锁定)
Packages for performance6 分钟 8 秒
-
(已锁定)
Performance Copilot and Tuna3 分钟 24 秒
-
(已锁定)
PMChart and TUNA6 分钟 56 秒
-
(已锁定)
Intro to Berkeley Packet Filter3 分钟 17 秒
-
-
-
-
-