Category: Cups (Common UNIX Printing System)
Added: 30th of September 2020
Viewed: 36,688 times
Start, Stop and Restart the Cups print Server in Linux using the terminal
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