Solution to command not found problems in CentOS

Source: Internet
Author: User

Solution to command not found problems in CentOS

Today, when you open the centos system, all the commands suddenly fail to work normally, such as shutdown reboot ssh scp. Command not found is displayed.

Puzzling !!! A few days ago.

Find the configuration file/root/. bash_profile and modify it:

1. Enter the root path.

2. The. bash_profile file is hidden and displayed with the command ls-la.

3. Modify vi. bash_profile as follows:

#. Bash_profile


# Get the aliases and functions
If [-f ~ /. Bashrc]; then
.~ /. Bashrc
Fi


# User specific environment and startup programs


PATH = $ PATH: $ HOME/bin:/sbin:/usr/bin:/usr/sbin


Export PATH

Unset USERNAME

4. Save and exit

5. Directly shut down and restart (because the shutdown command is executed. So shut down directly), solve the problem after restart!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.