JohnLucania
asked on
Shell will time out in 60 seconds.
"Shell will time out in 60 seconds.
Timed out waiting for input."
How do you put ksh for timing out when a session has been idle for 10 minutes and putting the session onto the user's home i.e. jdoe:prod1:/home/jdoe> ?
This should be active when a user su - root.
When it is on the user's home i.e. jdoe:prod1:/home/jdoe>, there is no need to put ksh for timing out.
Timed out waiting for input."
How do you put ksh for timing out when a session has been idle for 10 minutes and putting the session onto the user's home i.e. jdoe:prod1:/home/jdoe> ?
This should be active when a user su - root.
When it is on the user's home i.e. jdoe:prod1:/home/jdoe>, there is no need to put ksh for timing out.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ksh manual page on your system describes the special purpose of TMOUT variable.