update
This commit is contained in:
@@ -21,3 +21,22 @@ printing::printers:
|
||||
# set default printer - default if not specified: Findme
|
||||
printing::default_printer: 'ODGA_006'
|
||||
```
|
||||
|
||||
## Usage / Troubleshooting
|
||||
|
||||
```bash
|
||||
# print a file (using the default queue)
|
||||
[root@lx-test-02 ~]# lp test.txt
|
||||
|
||||
# list all print jobs
|
||||
[root@lx-test-02 ~]# lpq -a
|
||||
Rank Owner Job File(s) Total Size
|
||||
1st root 3 test.txt 1024 bytes
|
||||
|
||||
# delete a print job from the queue
|
||||
[root@lx-test-02 ~]# lprm 3
|
||||
|
||||
# list all print jobs
|
||||
[root@lx-test-02 ~]# lpq -a
|
||||
no entries
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user