#!/bin/ksh rem ----------------------------------------------------------------------- rem Filename: sysdba.sh rem Purpose: List Unix users that can startup, shutdown and admin Databases rem Date: 04-Nov-2001 rem Author: Frank Naude, Oracle FAQ rem ----------------------------------------------------------------------- echo "Users that can startup, shutdown and admin Oracle Databases:" echo grep `grep ^dba /etc/group | cut -d: -f3` /etc/passwd