列印
lp 指令
列出可用印表機名稱
$ lpstat -p -d
使用指定印表機列印文件
$ lp -d "<Printer-Name>" file.pdf
掃描
scanimage 指令
列出可用掃描器名稱
$ scanimage -L
使用指定掃描器掃描並保存
$ scanimage -d "<Scanner-Name>" --format=jpeg --resolution 300 -o file.jpg
$ lpstat -p -d
$ lp -d "<Printer-Name>" file.pdf
$ scanimage -L
$ scanimage -d "<Scanner-Name>" --format=jpeg --resolution 300 -o file.jpg