Skip to content

Instantly share code, notes, and snippets.

@agrtechnology
Created July 23, 2020 03:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agrtechnology/2d326955baaf15ec50a8fe05986e1cd9 to your computer and use it in GitHub Desktop.
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/
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