The user is banned, and the content is hidden.
Tofloor
poster avatar
attention
deepin
2020-10-09 22:58
Author
The user is banned, and the content is hidden.
Reply Favorite View the author
All Replies
jingle
deepin
2020-10-09 23:16
#1
  1. ps aux | grep "cups"
Copy the Code
Reply View the author
attention
deepin
2020-10-10 00:47
#2
Reply View the author
Ziggy
deepin
2020-10-10 00:55
#3

叫你列的参数...看数据
Reply View the author
attention
deepin
2020-10-10 02:46
#4
https://bbs.deepin.org/post/203559
叫你列的参数...看数据

4204  0.0  0.0   9156   888 pts/0    S+   18:45   0:00 grep cups
Reply View the author
jingle
deepin
2020-10-10 17:04
#5
https://bbs.deepin.org/post/203559
4204  0.0  0.0   9156   888 pts/0    S+   18:45   0:00 grep cups
  1. jingle@jingle:~$ ps aux | grep "cups"
  2. root      1570  0.0  0.0  28668  8924 ?        Ss   08:47   0:00 /usr/sbin/cupsd -l
  3. jingle   11263  0.0  0.0   9168   896 pts/0    S+   09:04   0:00 grep cups
Copy the Code


服务没有起来?
Reply View the author
deepinuser17
deepin
2020-10-10 18:11
#6
cups 没有运行。

查看:
  1. systemctl status cups
Copy the Code


启动cups:
  1. sudo systemctl start cups
  2. sudo systemctl enable cups
Copy the Code
Reply View the author
attention
deepin
2020-10-11 02:40
#7
可以了谢谢  deepinuser17
Reply View the author