When I log in to my remote server, using ssh, I got a message -bash: Unset: command not found
.
You can find a sample screenshot
These are details of the server.
~$ lsb_release -a
LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID: RedHatEnterpriseServer
Description: Red Hat Enterprise Linux Server release 6.5 (Santiago)
Release: 6.5
Codename: Santiago
Could you help me to fix this? You need to find where the server executing this wrong command (Unset
instead of unset
) after user login.
Solve:: I found the error. In the file /etc/profile there was one Unset instead of unset