InterviewSolution
Saved Bookmarks
| 1. |
How Do You Refer To The Parallel Port Where Devices Such As Printers Are Connected? |
|
Answer» Whereas under WINDOWS you refer to the parallel port as the LPT port, under Linux you refer to it as /dev/lp . LPT1, LPT2 and LPT3 would THEREFORE be REFERRED to as /dev/lp0, /dev/lp1, or /dev/lp2 under Linux. Whereas under Windows you refer to the parallel port as the LPT port, under Linux you refer to it as /dev/lp . LPT1, LPT2 and LPT3 would therefore be referred to as /dev/lp0, /dev/lp1, or /dev/lp2 under Linux. |
|