zoukankan      html  css  js  c++  java
  • kata rootfs

     https://bevisy.github.io/kata-containers-Compile-And-Installed/

    root@PORT:~# ls /sbin/init
    /sbin/init
    root@PORT:~# ps -elf | grep init
    4 S root 1 0 0 80 0 - 2561 SyS_ep 2019 ? 05:44:52 /sbin/init
    0 S root 54370 54349 0 80 0 - 2733 pipe_w 09:23 pts/0 00:00:00 grep --color=auto init
    root@PORT:~# ps -elf | grep systemd
    4 S root 1312 1 0 80 0 - 37454 SyS_ep 2019 ? 01:38:09 /lib/systemd/systemd-journald
    4 S root 1342 1 0 80 0 - 3640 SyS_ep 2019 ? 00:00:16 /lib/systemd/systemd-udevd
    4 S systemd+ 1812 1 0 80 0 - 19821 SyS_ep 2019 ? 00:00:17 /lib/systemd/systemd-timesyncd
    4 S root 1835 1 0 80 0 - 1516 SyS_ep 2019 ? 00:06:31 /lib/systemd/systemd-logind
    4 S message+ 1850 1 0 80 0 - 2086 SyS_ep 2019 ? 00:47:57 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
    4 S lightdm 2173 1 0 80 0 - 2188 SyS_ep 2019 ? 00:00:00 /lib/systemd/systemd --user
    4 S root 54312 1 0 80 0 - 2036 SyS_ep 09:23 ? 00:00:00 /lib/systemd/systemd --user
    0 S root 54413 54349 0 80 0 - 2733 pipe_w 09:25 pts/0 00:00:00 grep --color=auto systemd
    root@PORT:~#

    [Unauthorized System]  internet-x86:~$ ps -elf | grep init
    4 S root 1 0 0 80 0 - 48908 - 10月03 ? 00:01:17 /sbin/init splash
    0 S liang 27022 27013 0 80 0 - 5221 pipe_w 09:23 pts/0 00:00:00 grep --color=auto init

    [Note] System unauthorized, Please contact the system supplier.

    [Unauthorized System]  internet-x86:~$ ps -elf | grep systemd
    4 S root 326 1 0 80 0 - 9732 - 10月03 ? 00:01:28 /lib/systemd/systemd-journald
    4 S root 378 1 0 80 0 - 12191 - 10月03 ? 00:00:10 /lib/systemd/systemd-udevd
    4 S systemd+ 685 1 0 80 0 - 25593 - 10月03 ? 00:00:13 /lib/systemd/systemd-timesyncd
    4 S root 689 1 0 80 0 - 8183 - 10月03 ? 00:00:12 /lib/systemd/systemd-logind
    4 S message+ 713 1 0 80 0 - 11894 - 10月03 ? 00:00:06 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
    4 S lightdm 1165 1 0 80 0 - 13113 - 10月03 ? 00:00:00 /lib/systemd/systemd --user
    4 S liang 26975 1 0 80 0 - 13113 ep_pol 09:23 ? 00:00:00 /lib/systemd/systemd --user
    0 S liang 27055 27013 0 80 0 - 5221 pipe_w 09:25 pts/0 00:00:00 grep --color=auto systemd

    [Note] System unauthorized, Please contact the system supplier.

    [Unauthorized System] nternet-x86:~$

  • 相关阅读:
    Zepto结合Swiper的选项卡
    Angular选项卡
    创建简单的node服务器
    封装ajax
    JQuery和html+css实现鼠标点击放烟花
    js实现螺旋纹理特效
    Angular入门
    Angular JS例子 ng-repeat遍历输出
    Angular 基础教程(1)
    PHP数组
  • 原文地址:https://www.cnblogs.com/dream397/p/14106767.html
Copyright © 2011-2022 走看看