Hi scripters
I am fairly new to scripting and have this question:
I am writing a korn shell script in AIX which is a simple menu for a specific user, when this user logs in the menu will run, now the last option on the menu is 'EXIT', when this is selected I want the user to be logged out of the system. I don't want this user to be able to get to the command prompt, so I want to disable the use of CTRL+C and CTRL+D as well.
I'm sure this is simple for you experienced scripters!
TIA
I am fairly new to scripting and have this question:
I am writing a korn shell script in AIX which is a simple menu for a specific user, when this user logs in the menu will run, now the last option on the menu is 'EXIT', when this is selected I want the user to be logged out of the system. I don't want this user to be able to get to the command prompt, so I want to disable the use of CTRL+C and CTRL+D as well.
I'm sure this is simple for you experienced scripters!
TIA