- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Session Timeout ON HPUX machine
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2003 09:27 PM
тАО03-17-2003 09:27 PM
Session Timeout ON HPUX machine
I would like to know how to set idle session time-out and check the timeout setting on HP-UX.
TQVM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2003 09:34 PM
тАО03-17-2003 09:34 PM
Re: Session Timeout ON HPUX machine
There is a shell environment variable called TMOUT. Set this to a value different from zero and the shell will time-out after the specified number of seconds of inactivity.
See also sh-posix(1).
Bye,
Rik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2003 09:38 PM
тАО03-17-2003 09:38 PM
Re: Session Timeout ON HPUX machine
TMOUT=600(in secs)
export TMOUT
Global file /etc/profile
for csh
logout=60(in min)
for all csh users /etc/csh.login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2003 03:43 AM
тАО03-18-2003 03:43 AM
Re: Session Timeout ON HPUX machine
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2003 03:49 AM
тАО03-18-2003 03:49 AM
Re: Session Timeout ON HPUX machine
TMOUT If set to a value greater than zero, the shell will
terminate if a command is not entered within the
prescribed number of seconds after issuing the PS1
prompt. (Note that the shell can be compiled with a
maximum bound for this value which cannot be exceeded.)
in csh (man csh)
Autologout
A new shell variable has been added called autologout. If the
terminal remains idle (no character input) at the shell's top level
for a number of minutes greater than the value assigned to autologout,
you are automatically logged off. The autologout feature is
temporarily disabled while a command is executing. The initial value
of autologout is 60. If unset or set to 0, autologout is entirely
disabled.
hth
-balaji