blog
  • Posts
  • .Linux.LinuxSystemProgramming
    • memory
  • AutoOps
  • C
    • c_syntax
  • Container
    • Docker
      • container_concept
      • virtualmachine_container
    • Istio
    • Kubernetes
    • NamespaceAndCgroup
      • namespace
    • Network
      • tun_tap
      • veth
  • Database
  • Linux
    • Bash
    • Command
      • ethtool
      • iftop
      • ip
      • lsof
      • strace
      • sysctl
      • tcpdump
      • unshare
    • LinuxSystemProgramming
      • file_and_directory_management
      • file_io_management
      • memory_management
      • process_capabilities
      • process_management
      • process_permission
    • Linux基础
    • Subsystem
      • udev
  • Monitoring
  • WebServer
    • Apache
    • Nginx
namespace

知识准备 进程管理 C语言语法 unshare Namesapce 当前Linux内核支持的7种Namespace 名称 宏定义 隔离内容 Cgroup CLONE_NEWCGROUP Cgroup root directory (since Linux 4.6) IPC CLONE_NEWIPC System V IPC, POSIX message queues (since Linux 2.6.19) Network CLONE_NEWNET Network devices, stacks, ports, etc. (since Linux 2.6.24) Mount CLONE_NEWNS Mount points (since Linux 2.4.19) PID CLONE_NEWPID Process IDs (since Linux 2.6.24) User CLONE_NEWUSER User and group IDs (started in Linux 2.6.23 and completed in Linux 3.8) UTS CLONE_NEWUTS Hostname and NIS domain name (since Linux 2.

September 7, 2020 Read
Navigation
  • Links
Contact Me
  • Email: zhubiaook@outlook.com

©2020 Slynxes, All Rights Reserved.
Powered by Hugo Hugo Logo