linux 命令cancel 介绍和使用案例
sinye56 2024-11-20 21:22 1 浏览 0 评论
linux 命令cancel 介绍和使用案例
Linux 中的 cancel 命令用于取消打印作业
命令介绍
cancel 命令的基本语法如下:
text
cancel [options] [destination] [id]
- options:可选项,用于指定取消作业的方式。
- destination:打印机名称或类名。
- id:要取消的作业 ID。
常用选项包括:
- -a:取消指定打印机上的所有作业。
- -E:连接服务器时强制使用加密。
- -h hostname[:port]:指定备用服务器。
- -u username:取消指定用户的作业
命令安装部署:
root@meng:~# cancel
Command 'cancel' not found, but can be installed with:
apt install cups-client # version 2.4.1op1-1ubuntu4.10, or
apt install lprng # version 3.8.B-5
root@meng:~# apt install lprng
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Suggested packages:
magicfilter lprng-doc
The following NEW packages will be installed:
lprng
0 upgraded, 1 newly installed, 0 to remove and 216 not upgraded.
Need to get 540 kB of archives.
After this operation, 3154 kB of additional disk space will be used.
Get:1 http://mirrors.tuna.tsinghua.edu.cn/ubuntu jammy/universe amd64 lprng amd64 3.8.B-5 [540 kB]
Fetched 540 kB in 1s (634 kB/s)
Preconfiguring packages ...
Selecting previously unselected package lprng.
(Reading database ... 75093 files and directories currently installed.)
Preparing to unpack .../lprng_3.8.B-5_amd64.deb ...
Unpacking lprng (3.8.B-5) ...
Setting up lprng (3.8.B-5) ...
Processing triggers for man-db (2.10.2-1) ...
Scanning processes...
Scanning linux images...
Running kernel seems to be up-to-date.
No services need to be restarted.
No containers need to be restarted.
No user sessions are running outdated binaries.
No VM guests are running outdated hypervisor (qemu) binaries on this host.
在没有安装打印机驱动会提示报错:
root@meng:~# cancel
Read_file_list: cannot stat required or included file '/etc/printcap' - No such file or directory
root@meng:~# cancel -a
Read_file_list: cannot stat required or included file '/etc/printcap' - No such file or directory
root@meng:~# systemctl restart cups
Failed to restart cups.service: Unit cups.service not found.
root@meng:~# systemctl restart cups
Failed to restart cups.service: Unit cups.service not found.
root@meng:~# tail -n 50 /var/log/cups/error_log
tail: cannot open '/var/log/cups/error_log' for reading: No such file or directory
root@meng:~#
相关推荐
- Linux在线安装JDK1.8
-
首先在服务器pingwww.baidu.com查看是否可以连网然后就可以在线下载一、下载安装JDK1.81、在下载安装的同时做好一些准备工作...
- Linux安装JDK,超详细
-
1、了解RPMRPM是Red-HatPackageManager(RPM软件包管理器)的缩写,这一文件格式名称虽然打上了RedHat的标志,但是其原始设计理念是开放式的,现在包括OpenLinux...
- Linux安装jdk1.8(超级详细)
-
前言最近刚购买了一台阿里云的服务器准备要搭建一个网站,正好将网站的一个完整搭建过程分享给大家!#一、下载jdk1.8首先我们需要去下载linux版本的jdk1.8安装包,我们有两种方式去下载安装...
- Linux系统安装JDK教程
-
下载jdk-8u151-linux-x64.tar.gz下载地址:https://www.oracle.com/technetwork/java/javase/downloads/index.ht...
- 干货|JDK下载安装与环境变量配置图文教程「超详细」
-
1.JDK介绍1.1什么是JDK?SUN公司提供了一套Java开发环境,简称JDK(JavaDevelopmentKit),它是整个Java的核心,其中包括Java编译器、Java运行工具、Jav...
- Linux下安装jdk1.8
-
一、安装环境操作系统:CentOSLinuxrelease7.6.1810(Core)JDK版本:1.8二、安装步骤1.下载安装包...
- Linux上安装JDK
-
以CentOS为例。检查是否已安装过jdk。yumlist--installed|grepjdk或者...
- Linux系统的一些常用目录以及介绍
-
根目录(/):“/”目录也称为根目录,位于Linux文件系统目录结构的顶层。在很多系统中,“/”目录是系统中的唯一分区。如果还有其他分区,必须挂载到“/”目录下某个位置。整个目录结构呈树形结构,因此也...
- Linux系统目录结构
-
一、系统目录结构几乎所有的计算机操作系统都是使用目录结构组织文件。具体来说就是在一个目录中存放子目录和文件,而在子目录中又会进一步存放子目录和文件,以此类推形成一个树状的文件结构,由于其结构很像一棵树...
- Linux文件查找
-
在Linux下通常find不很常用的,因为速度慢(find是直接查找硬盘),通常我们都是先使用whereis或者是locate来检查,如果真的找不到了,才以find来搜寻。为什么...
- 嵌入式linux基本操作之查找文件
-
对于很多初学者来说都习惯用windows操作系统,对于这个系统来说查找一个文件简直不在话下。而学习嵌入式开发行业之后,发现所用到的是嵌入式Linux操作系统,本想着跟windows类似,结果在操作的时...
- linux系统查看软件安装目录的方法
-
linux系统下怎么查看软件安装的目录?方法1:whereis软件名以查询nginx为例子...
- Linux下如何对目录中的文件进行统计
-
统计目录中的文件数量...
- Linux常见文件目录管理命令
-
touch用于创建空白文件touch文件名称mkdir用于创建空白目录还可以通过参数-p创建递归的目录...
- Linux常用查找文件方法总结
-
一、前言Linux系统提供了多种查找文件的命令,而且每种查找命令都具有其独特的优势,下面详细总结一下常用的几个Linux查找命令。二、which命令查找类型:二进制文件;...
你 发表评论:
欢迎- 一周热门
- 最近发表
- 标签列表
-
- oracle忘记用户名密码 (59)
- oracle11gr2安装教程 (55)
- mybatis调用oracle存储过程 (67)
- oracle spool的用法 (57)
- oracle asm 磁盘管理 (67)
- 前端 设计模式 (64)
- 前端面试vue (56)
- linux格式化 (55)
- linux图形界面 (62)
- linux文件压缩 (75)
- Linux设置权限 (53)
- linux服务器配置 (62)
- mysql安装linux (71)
- linux启动命令 (59)
- 查看linux磁盘 (72)
- linux用户组 (74)
- linux多线程 (70)
- linux设备驱动 (53)
- linux自启动 (59)
- linux网络命令 (55)
- linux传文件 (60)
- linux打包文件 (58)
- linux查看数据库 (61)
- linux获取ip (64)
- 关闭防火墙linux (53)