You can check whether your system supports PID namespaces with the code below, ... arg) { const pid_t pid = getpid(); if (pid == 1) { printf("PID namespaces ...
確定! 回上一頁