diff --git a/pages.zh/sunos/dmesg.md b/pages.zh/sunos/dmesg.md index c15155842..71cdc1e01 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 27f450b42..5e1c75aef 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 5478d302d..be7f6394e 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 286bdbe87..9f30690df 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 bde6be439..1ceab064f 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 96f4f2414..a8f81bc5a 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 b0045e1fa..51313fb08 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 79605dde3..5fea761b7 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 e78cd9568..acfbc0ede 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 333287818..a7d533b67 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: