On 06/14/2018 09:51 AM, Ger van Dijck wrote:
> Hi all,
> 
> 
> Sometimes I get the message check if cups-service is installed or the
> message cups-service is not running.
> 
> I checked with rpm -Q cups if cups is installed and got the message It is.
> 
> So next question is How can I check if cups is running and if not how
> get it running ?
> 
> 
> Please help and inform me.

To check status:

        $ sudo systemctl status cups.service

To start:

        $ sudo systemctl start cups.service

To ensure it starts on boot:

        $ sudo systemctl enable cups.service
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, AllDigital    ri...@alldigital.com -
- AIM/Skype: therps2        ICQ: 226437340           Yahoo: origrps2 -
-                                                                    -
-  You know you've landed gear-up when it takes full power to taxi.  -
-                                                -- Chuck Yeager     -
----------------------------------------------------------------------
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/3YZ5MCVUH55DOG4AETIIAVLTYQPNZ5JL/

Reply via email to