db accounts show root
root=system Gid=0 Shell=/bin/bash Uid=0
root=system Gid=0 Uid=0
db accounts show rootroot=system Gid=0 Uid=0
grep ^root: /etc/passwdroot:x:0:0:root:/root:/bin/bash
db accounts delprop root Shell
[root@xxx ~]#
-bash-3.00#
# .bashrc# User specific aliases and functionsalias rm='rm -i'alias cp='cp -i'alias mv='mv -i'# Source global definitionsif [ -f /etc/bashrc ]; then . /etc/bashrcfi