恢复ubuntu环境变量的示例:
在终端输入ls命令后,显示如下结果:
root@wei:/etc# ls
Command 'ls' is available in '/bin/ls'
The command could not be located because '/bin' is not included in the PATH environment variable.
ls: command not found
解决方法:
直接在终端输入以下命令即可。
export PATH=/usr/bin:/bin
亿速云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读:JDK环境变量丢失了怎么恢复