After changing the oracle linux 8.6 root shell bash to ksh .profile , /etc/profile
#yum install ksh
#usermod -s /bin/ksh root
root shell bash to ksh
.profile does not exist
How do I set up a .profile for my ksh preferences ?
Also, /etc/profile seems to be tailored to the bash environment
How do I set up a /etc/profile for my ksh preferences ?