some one say change this
修改/root/.bash_profile或者/root/.profile或者/root/.bashrc.
以下是我的PATH。
kevin@debian:~$ more /root/.profile
# ~/.profile: executed by Bourne-compatible login shells.
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11
export PATH
mesg n
sudo *****
本文介绍如何在Linux系统中配置环境变量PATH,通过编辑/root/.profile文件来设置执行路径,确保系统能够正确找到所需的命令和程序。
2242

被折叠的 条评论
为什么被折叠?



