noscript-img
HomeAboutLinux NewsLinksPrivacy
My Computer Tips Home

Start, Stop and Restart the Cups print Server in Linux using the terminal

ID: 187

Category: Cups Common UNIX Printing System

Added: 30th of September 2020

Views: 62,480

Related Tips & Tutorials

Show status of printers and other printer information using the terminal in Linux

Start, Stop, Restart and connect to open ssh server using the terminal

CUPS Logo

To check the status of cups using the terminal enter the following command

sudo service cups status

To restart the cups print server using the terminal enter the following command
sudo service cups restart

To stop the cups print server using the terminal enter the following command
sudo service cups stop

To start the cups print server using the terminal enter the following command
sudo service cups start