<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<font face="Courier New, Courier, monospace">Centos Linux:<br>
<br>
/usr/local/bin/find_disabled_printers<br>
<br>
/usr/bin/lpstat -t | grep disabled | awk '{ print $2 }' | xargs
/usr/sbin/cupsenable</font><br>
<br>
</body>
</html>