Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to set dial-in a/c's idle time?
Name: Jack Date: July 20, 2003 at 20:55:08 Pacific OS: HP-UX 10 CPU/Ram: HP
Comment:
Hi,
I have a modem on HP-UX 10 and users can logon by dial-in. My problem is: I want to set an idle time for the user who is logon from the modem. I can set an ENV TMOUT=xxx inside $HOME/.profile to do that but there is a group of users who are sharing the same home directory using the same .profile and I can't set the TMOUT to apply all of them but only want to apply on one user in that group who is using the modem for logon. How can I do that? Shell script or AT commands? Any hints?
Summary: Seems like these are two different issues here: 1. how to set variables in your shell; this may depend on the type of shell, my examples are for ksh, I can only guess they will work in other shells (s...
Summary: Hello, Can anyone tell me how to runscript remotely in a silent mode, which is that there is no user interaction with the log in staff since I want it to run at midnight everyday. I know telnet or rsh...