Hi. I'm having problems at work, from time to time, with remote printers. I'd like to create a script for windows users (Help-Desk) that would check printer connectivity. I want to open an account on Linux machine that would be able to print a specified page only. No regular login will be available for that user. For example: ssh/rsh -l username Spool_Print_Host "lp -d chosen_printer /Path/To/Doc"
Is there a way to specify "chosen_printer" in that script (i.e. $1)or is it to late after logging in? Is there a better way of doing that? And the most important thing - how do I define the user's account? Regards, Ran Livneh ================================================================To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]