-bash: etting: command not found

Latest response

I have installed RAC with two node. One of my node has the error when I use su command. But the command is successful and able to switch user I have checked .bashrc and .bash_profile of both servers and its similar. This is the case even for root user. same error is showing for su command for all users

Can some one please guide how to solve this issue

[root@prod1 ~]# su - grid
-bash: etting: command not found
[grid@prod1 ~]$

Responses

Try checking /etc/bashrc, /etc/profile, and all files in /etc/profile.d/.

# grep etting /etc/bashrc /etc/profile /etc/profile.d/*
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.