This commit is contained in:
2024-12-10 12:20:12 +01:00
parent 602e765903
commit 82b6ccda23
@@ -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
```