logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

List SunOS Services - Check Service Status | Online Free DevTools by Hexmos

List SunOS services and check their status with the svcs command. Diagnose issues, view logs, and manage dependencies. Free online tool, no registration required.

svcs

List information about running services. More information: https://www.unix.com/man-page/linux/1/svcs.

  • List all running services:

svcs

  • List services that are not running:

svcs -vx

  • List information about a service:

svcs apache

  • Show location of service log file:

svcs -L apache

  • Display end of a service log file:

tail $(svcs -L apache)

See Also