Namespace概念
Namespace操作查看Namespace查看该目录/proc/[pid]/ns,能够看到该进程所在的namespace,各个namespace文件描述符在该目录下呈链接状态,链接目标的文件类型为namespace,没有具体目录承载
1234567891011$ sudo ls -al /proc/110/ns/total 0dr-x--x--x 2 root root 0 May 17 2021 .dr-xr-xr-x 9 root root 0 May 17 2021 ..lrwxrwxrwx 1 root root 0 Jun 17 2021 cgroup -> cgroup:[4026531835]lrwxrwxrwx 1 root root 0 May 17 2021 ipc -> ipc:[4026531839]lrwxrwxrwx 1 root root 0 May 17 2021 mnt -> mnt:[4026531840]lrwxrwxrwx 1 root root 0 May 17 2021 net - ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment