Created
July 23, 2020 03:48
-
-
Save agrtechnology/2d326955baaf15ec50a8fe05986e1cd9 to your computer and use it in GitHub Desktop.
Commands to restart the CUPS service on Linux machines as shown here: https://agrtech.com.au/tips/how-to-fix-common-printer-issues-on-windows-macos-and-linux/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
service cups restart | |
Alternatively you can use this command if the above isn't supported: | |
/etc/init.d/cups restart | |
Distro's using systemctl: | |
sudo systemctl restart cups |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment