diff --git a/pages.zh/sunos/dmesg.md b/pages.zh/sunos/dmesg.md index c151558421..71cdc1e019 100644 --- a/pages.zh/sunos/dmesg.md +++ b/pages.zh/sunos/dmesg.md @@ -1,6 +1,7 @@ # dmesg > 将内核消息写入标准输出. +> 更多信息: . - 显示内核消息: diff --git a/pages/sunos/devfsadm.md b/pages/sunos/devfsadm.md index 27f450b427..5e1c75aeff 100644 --- a/pages/sunos/devfsadm.md +++ b/pages/sunos/devfsadm.md @@ -1,6 +1,7 @@ # devfsadm > Administration command for `/dev`. Maintains the `/dev` namespace. +> More information: . - Scan for new disks: diff --git a/pages/sunos/dmesg.md b/pages/sunos/dmesg.md index 5478d302d6..be7f6394e1 100644 --- a/pages/sunos/dmesg.md +++ b/pages/sunos/dmesg.md @@ -1,6 +1,7 @@ # dmesg > Write the kernel messages to standard output. +> More information: . - Show kernel messages: diff --git a/pages/sunos/prctl.md b/pages/sunos/prctl.md index 286bdbe874..9f30690dfb 100644 --- a/pages/sunos/prctl.md +++ b/pages/sunos/prctl.md @@ -2,6 +2,7 @@ > Get or set the resource controls of running processes,. > Tasks, and projects. +> More information: . - Examine process limits and permissions: diff --git a/pages/sunos/prstat.md b/pages/sunos/prstat.md index bde6be4397..1ceab064f6 100644 --- a/pages/sunos/prstat.md +++ b/pages/sunos/prstat.md @@ -1,6 +1,7 @@ # prstat > Report active process statistics. +> More information: . - Examine all processes and reports statistics sorted by CPU usage: diff --git a/pages/sunos/snoop.md b/pages/sunos/snoop.md index 96f4f24148..a8f81bc5a9 100644 --- a/pages/sunos/snoop.md +++ b/pages/sunos/snoop.md @@ -2,6 +2,7 @@ > Network packet sniffer. > SunOS equivalent of tcpdump. +> More information: . - Capture packets on a specific network interface: diff --git a/pages/sunos/svcadm.md b/pages/sunos/svcadm.md index b0045e1fa7..51313fb081 100644 --- a/pages/sunos/svcadm.md +++ b/pages/sunos/svcadm.md @@ -1,6 +1,7 @@ # svcadm > Manipulate service instances. +> More information: . - Enable a service in the service database: diff --git a/pages/sunos/svccfg.md b/pages/sunos/svccfg.md index 79605dde31..5fea761b79 100644 --- a/pages/sunos/svccfg.md +++ b/pages/sunos/svccfg.md @@ -1,6 +1,7 @@ # svccfg > Import, export, and modify service configurations. +> More information: . - Validate configuration file: diff --git a/pages/sunos/svcs.md b/pages/sunos/svcs.md index e78cd9568e..acfbc0edeb 100644 --- a/pages/sunos/svcs.md +++ b/pages/sunos/svcs.md @@ -1,6 +1,7 @@ # svcs > List information about running services. +> More information: . - List all running services: diff --git a/pages/sunos/truss.md b/pages/sunos/truss.md index 3332878182..a7d533b67a 100644 --- a/pages/sunos/truss.md +++ b/pages/sunos/truss.md @@ -2,6 +2,7 @@ > Troubleshooting tool for tracing system calls. > SunOS equivalent of strace. +> More information: . - Start tracing a program by executing it, following all child processes: