Search Results

Search: Posts Made By: mills
2,373
Posted By mills
this is what i did
#!/bin/bash
# clear the screen
tput clear
# Move cursor to screen location X,Y (top left is 0,0)
tput cup 3 15
# Set a foreground colour using ANSI escape
tput setaf 3
echo "123 company."...
2,373
Posted By mills
@cero thanks this is what i want to...
@cero thanks

this is what i want to achieve,i want a user at noc who logins to our db server to run a backup script not to access the shell or alternatively not to be able to run anything other...
2,373
Posted By mills
Limit a user's login prompt upon logon
Hey

Am new to scripting in aix 5.3

I need to write a script to limit a user's logon prompt to an interactive menu based upon logon and nothing else.

Any ideas much appreciated.

:wall:
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 07:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy