- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Auto logout in HP-UX 10/11
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
Forums
Discussions
Discussions
Discussions
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
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
04-12-2002 03:41 AM
04-12-2002 03:41 AM
Auto logout in HP-UX 10/11
(not the shell TIMEOUT)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2002 04:45 AM
04-12-2002 04:45 AM
Re: Auto logout in HP-UX 10/11
setenv autologout 0
or
set autologout=0
it just depends on what shell you are using.
See also
http://bizforums.itrc.hp.com/cm/QuestionAnswer/0,,0x1d7984534efbd5118ff40090279cd0f9,00.html
Regards,
Ceesjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2002 04:48 AM
04-12-2002 04:48 AM
Re: Auto logout in HP-UX 10/11
Another option is develop a shell script that check the who -u command in order to kill user proccess that you want.
Regards,
Justo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2002 04:49 AM
04-12-2002 04:49 AM
Re: Auto logout in HP-UX 10/11
= not the shell autologout.
Bart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2002 06:21 AM
04-12-2002 06:21 AM
Re: Auto logout in HP-UX 10/11
Like , if you want that some person should run some application and as soon as he/she comes out of the application he/she should be logged out. If this is your intention then give the specific program name in the /etc/passwd filein place of /usr/bin/ksh.
Or if that is not the case , then give us some more details.
Sandip