Up to $140 off-Lowest  Prices of 2024(Nov.21-Dec.2)

My Computer Tips

Home | About | Categories | All Tips & Tutorials

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: 51,291



Click here to buy Linux books on Amazon
Affiliate Link ⓘ

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

Related Tips & Tutorials

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