aix 6.1 root .profile not found

hello all
i just installed my 1rst 6.1 machine and it's working fine but i can't find the root .profile ?????
can any one help
BEst Regards

Hi,
Just create new one in home dir of root user.
You can use my template :slight_smile:

####### Standard customization added for AIX Common Image - added by the customization tool
export PS1=[$(hostname -s):$(whoami):'$PWD':]" "
export ENV=$HOME/.kshrc
set VISUAL=emacs

if [ -s "$MAIL" ];then  # This is at Shell startup. In normal operation, the Shell checks periodically.
        echo "$MAILMSG"
fi
export EDITOR=vi
PATH=$PATH:/usr/ETC/bin:/usr/sbin/cluster/
export PATH
#######


export PATH=$PATH:/usr/opt/perl5/bin
export PATH=$PATH:/DoOnceAIX/SecTools/aix64db2cops
export PATH=$PATH:/DoOnceAIX/SecTools/aixdb2cops
export PATH=$PATH:/DoOnceAIX/SecTools/dcecops
export PATH=$PATH:/DoOnceAIX/SecTools/loglooker
export PATH=$PATH:/DoOnceAIX/SecTools/logkeeper
export PATH=$PATH:/DoOnceAIX/SecTools/prune_logs
export PATH=$PATH:/DoOnceAIX/SecTools/aixtsmcops