Terminal (macOS) · Process Control
Suspend the running command
Send SIGTSTP to pause a process; resume it with fg or bg.
⌃+Z
- Mac
- ⌃ + Z
- Windows
- Ctrl + Z
- Linux
- Ctrl + Z
Terminal (macOS) · Process Control
Send SIGTSTP to pause a process; resume it with fg or bg.