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
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