Ubuntu PATH Error Fix

Source: Internet
Author: User
My ubuntu10.10 Setting the cross-compilation environment, the path setting is wrong, causing it to fail to start normally, and the error is as follows: {PATH: Command not found
[email protected]: ~$ ls
Command ' ls ' can be found at '/bin/ls '
The command could not be found because/bin is not in the PATH environment variable.
LS: Command not found}; All commands are invalid, after a try, solved, the solution is as follows:

Currently a normal user (because Ubuntu cannot log in directly with root), first switch to the root user, try to use the SU command, found that SU can not find, must use the absolute path, the command is as follows: [email protected]: ~$/bin/ After the SU switches to the root user, the following 2-line command is executed once, and PATH 1 is reset. Export path= "/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin" 2.SOURCE/ROOT/.BASHRC 3.echo $PATH * Repair Change/etc/environment file
Restore content to the original content
Path= "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" save; * restart should be OK;

Ubuntu PATH Error Fix

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.