Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
AIX cleanup script
Name: jquizon62 Date: March 9, 2005 at 10:52:29 Pacific OS: WIN XP Pro CPU/Ram: Pentium 4 w/512Mb ram
Comment:
I want know if anyone knows how to write mass script that will query (list of accounts) if exist then remove users and their home directories. Also (list of accounts) if exist changed their primary GIDs. thanks
Summary: Hello, I am trying to write a script to identify all the users on a AIX server that have not changed their password, and are not locked. I think that there are two files would be involved in the scri...
Summary: I am porting a Korn shell from Solaris to AIX. The script has a bunch of function calls. One of the function within the script returns the script name by using $0. This works fine on Solaris. But on A...
Summary: Hi, I have two AIX ksh scripts: script1.sh, script2.sh Into script1.sh I make a call to script2.sh . $HOME/script2.sh & I want that script2.sh executes in background mode (child process of script1). B...