upendra dijo: > HI all,one parallel port connectd to linux > when a nordinary user issues lpr command but suddenly > wants to discard his print job... > how can he does so? cancelling his print job 1-If you are not the user: Poweroff the printer su root enter root password type "lpq" to see the jobs on the queue. use "lprm" <job_id> to remove a job from the queue. 2- If you are user that own the print job type "lpq" to see the jobs on the queue. use "lprm" <job_id> to remove a job from the queue. Best Regards, Antonio Gallardo