#!/usr/bin/ksh ############################################################################### # # Module: tape_nbu_convert-to_non_root.sh # Author: Peter R. Schmidt # Description: According to Veritas, this allows non-root users # to run Veritas Net Backup programs. # # This example allows user "bob" to run Veritas Net Backup. # Run this with caution. You must be root to run this. # # Change Log # # Date Name Description................. # 09/25/00 Peter R. Schmidt Start Program # ############################################################################### cd /usr/openv/netbackup/bin chgrp bob bpadm xbpadm xbpmon initbprd bprd bpdbm xnb xbp bp bpcd bplist bprestore chmod 4550 bpadm xbpadm xbpmon bprd initbprd bpdbm xbp bp bpcd bplist bprestore cd admincmd chgrp bob * chmod 4550 *