ch-grp, changes files that belong to a named group to a new named group.
Installation Instructions
- Click on thie link to get the shellscript
- Transfer to the unix system
- Make the file executable using 'chmod 777 ch-grp.sh'
- To execute type './ch-grp.sh oldgroup newgroup'
ch-own, changes files that belong to a named owner to a new named owner.
Installation Instructions
- Click on the link to get the shellscript
- Transfer to the unix system
- Make the file executable using 'chmod 777 ch-own.sh'
- To execute type './ch-own.sh oldowner newowner'
check-mail, shell script that checks if user has new mail.
Installation Instructions
- Click on the link to get the shellscript
- Transfer to the unix system
- Make the file executable using 'chmod 777 check-mail.sh'
- See comments in check-mail for running in root's cron
clock, diplays the time on an classic RS6000 led display.
Installation Instructions
- Click on the link to get the shellscript
- Transfer to the unix system
- Make the file executable using 'chmod 777 clock.sh'
- To execute type './clock.sh'
- Must be run with root authority
cpprofile, copies a new profile file to all .profiles found in /home.
Installation Instructions
- Click on the link to get the shellscript
- Transfer to the unix system
- Make the file executable using 'chmod 777 cpprofile.sh'
- To execute type './cpprofile.sh new-.profile-file'
cpu_hog, small shell script for displaying top 10 processes.
Installation Instructions
Click on the link to get the shellscript
Transfer to the unix system
Make the file executable using 'chmod 777 cpu_hog.sh'
To execute type './cpu_hog.sh'
cmdmodem, a shell script to program a modem using the uucp command cu.
Installation Instructions
Click on the link to get the shellscript
Transfer to the unix system
Make the file executable using 'chmod 777 cmdmodem.sh'
To execute type './cmdmodem.sh tty# speed <AT command 1> ... <AT command n>'
jail, send ascii or binary email attachments from the command line
Installation Instructions
Click on the link to get the shellscript
Transfer to the unix system
Make the file executable using 'chmod 777 jail.sh'
To execute type './jail.sh [options] email-address files-to-be-sent'
For a list of the options type './jail.sh -?'
jftp, FTP ascii files from the command line
Installation Instructions
Click on the link to get the shellscript
Transfer to the unix system
Make the file executable using 'chmod 777 jftp.sh'
To execute type './jftp.sh ip/hostname file-to-be-sent'
keyswitch, find out the position of the keyswitch on the front of a classical RS6000
Installation Instructions
Click on the link to get the shellscript
Transfer to the unix system
Make the file executable using 'chmod 777 keysw.sh'
To execute type './keysw.sh'
Ls, small shell script for listing files in size order, smallest first.
Installation Instructions
Click on the link to get the shellscript
Transfer to the unix system
Make the file executable using 'chmod 777 Ls.sh'
To execute type './Ls.sh'
lstape, finds out the blocksize that was used to write to an unknown tape.
Installation Instructions
Click on the link to get the shellscript
Transfer to the unix system
Make the file executable using 'chmod 777 lstape.sh'
To execute type './lstape.sh tape-device'
machine, determine machine type of your RS6000
Installation Instructions
Click on the link to get the shellscript
Transfer to the unix system
Make the file executable using 'chmod 777 machine.sh'
To execute type './machine.sh'
mkboottape, Shell script to create a bootable tape with no data.
Installation Instructions
Click on the link to get the shellscript
Transfer to the unix system
Make the file executable using 'chmod 777 mkboottape.sh'
To execute type './mkboottape.sh tape-drive (eg rmt0 no /dev in front)'
mkfdfs, Create a read only AIX filesystem on a diskette drive.
Installation Instructions
Click on the link to get the shellscript
Transfer to the unix system
Make the file executable using 'chmod 777 mkfdfs.sh'
To execute type './mkfdfs.sh directory-with-files-in'
mksysback, create a BOS boot and Install/Maint 8mm tape (AIX 3.1)
Installation Instructions
Click on the link to get the shellscript
Transfer to the unix system
Make the file executable using 'chmod 777 mksysback.sh'
To execute type './mksysback.sh tape-device'
permcalc, shell script to work out correct chmod command required for UNIX file permissions.
Installation Instructions
Click on the link to get the shellscript
Transfer to the unix system
Make the file executable using 'chmod 777 permcalc.sh'
To execute type './permcalc.sh file-permissions'
ppproute, shell script to add the "other side" ip address of the ppp connection, as the default gateway.
Installation Instructions
Click on the link to get the shellscript
Transfer to the unix system
Make the file executable using 'chmod 777 ppproute.sh'
To execute type './ppproute.sh'
pppend, shell script for cleaning up routes after ppp connection has been terminated.
Installation Instructions
Click on the link to get the shellscript
Transfer to the unix system
Make the file executable using 'chmod 777 pppend.sh'
To execute type './pppend.sh'
rgrep, Recursive grep (find and grep)
Installation Instructions
Click on the link to get the shellscript
Transfer to the unix system
Make the file executable using 'chmod 777 rgrep.sh'
To execute type './rgrep.sh path what-to-grep-for'
shar, Shell Archive, creates a single text archive from multiple text files
Installation Instructions
Click on the link to get the shellscript
Transfer to the unix system
Make the file executable using 'chmod 777 shar.sh'
To execute type './shar.sh filenames-to-archive > archive.name'
tape-copy, 1st part of tape copy, copies an installation / fix tape to the hard drive
Installation Instructions
Click on the link to get the shellscript
Transfer to the unix system
Make the file executable using 'chmod 777 tape-copy.sh'
To execute type './tape-copy.sh tape-device directory-to-copy-to'
tape-restore, 2nd part of tape copy, copies files from hard drive onto a new tape
Installation Instructions
Click on the link to get the shellscript
Transfer to the unix system
Make the file executable using 'chmod 777 tape-restore.sh'
To execute type './tape-restore.sh tape-device directory-to-copy-from'
tree, displays the directory structure of the given root node in a format similar to DOS VTREE
Installation Instructions
Click on the link to get the shellscript
Transfer to the unix system
Make the file executable using 'chmod 777 tree.sh'
To execute type './tree.sh (optional path)'
upper2lower, a shell script for changing all uppercase filenames in a directory to lowercase filenames.
Installation Instructions
Click on the link to get the shellscript
Transfer to the unix system
Make the file executable using 'chmod 777 upper2lower.sh'
To execute type './upper2lower.sh'
uudec, a shell script version of the UUCP uudecode program.
Installation Instructions
Click on the link to get the shellscript
Transfer to the unix system
Make the file executable using 'chmod 777 uudec.sh'
To execute type './uudec.sh encoded-file'
For further details type './uudec.sh -h'
uuenc, a shell script version of the UUCP uuencode program.
Installation Instructions
Click on the link to get the shellscript
Transfer to the unix system
Make the file executable using 'chmod 777 uuenc.sh'
To execute type './uuenc.sh file-to-encode'
For further details type './uuenc.sh -h'
wits, a shell script that gives information about the RS6000 that it is being executed on.
Installation Instructions
Click on the link to get the shellscript
Transfer to the unix system
Make the file executable using 'chmod 777 wits.sh'
To execute type './wits.sh'
epoch, an AIX 4.2.1 binary for the RS6000 which will convert the date stored in UNIX seconds to normal human readable format. Useful to check when passwords where last changed in /etc/security/password on AIX
Installation Instructions
Click on the link to get the program
Transfer to the AIX system
Make the file executable using 'chmod 777 epoch.bin'
To execute type './epoch.bin time-in-seconds'
metafree, a shell script for Solaris system to calculate the free space available on the disks. This does not always work and will not work with Veritas. This is very useful for finding free slices to use with ODS filesystems.
Installation Instructions
Click on the link to get the program
Transfer to the Solaris system
Make the file executable using 'chmod 777 metafree.sh'
To execute type './metafree.sh'
vcsmultinic, a shell script for Solaris Vertitas Cluster server to configure multinic failover
Installation Instructions
Click on the link to get the program
Transfer to the Solaris system
modify to your needs (required configuration for VCS cluster)
Make the file executable using 'chmod 777 vxspacefree.sh'
To execute type './vcsmultinic.sh'
HOME