mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
truss, svcs, svccfg, svcadm: adjust more info link to match the platform (#22743)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# svcadm
|
||||
|
||||
> Manipulate service instances.
|
||||
> More information: <https://www.unix.com/man-page/linux/1m/svcadm>.
|
||||
> More information: <https://www.unix.com/man-page/sunos/1m/svcadm>.
|
||||
|
||||
- Enable a service in the service database:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# svccfg
|
||||
|
||||
> Import, export, and modify service configurations.
|
||||
> More information: <https://www.unix.com/man-page/linux/1m/svccfg>.
|
||||
> More information: <https://www.unix.com/man-page/sunos/1m/svccfg>.
|
||||
|
||||
- Validate configuration file:
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
# svcs
|
||||
|
||||
> List information about running services.
|
||||
> More information: <https://www.unix.com/man-page/linux/1/svcs>.
|
||||
> More information: <https://www.unix.com/man-page/sunos/1/svcs>.
|
||||
|
||||
- List all running services:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Troubleshooting tool for tracing system calls.
|
||||
> SunOS equivalent of strace.
|
||||
> More information: <https://www.unix.com/man-page/linux/1/truss>.
|
||||
> More information: <https://www.unix.com/man-page/sunos/1/truss>.
|
||||
|
||||
- Start tracing a program by executing it, following all child processes:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user