为什么我不论以什么用户登录上去(即使不是root,实用user1登录) 每次会执行/root/.bash_profile 而不是执行/home/user1/.bash_profile呢? 这两个文件都是存在的。
在linux普通用户登陆后,每次执行程序时都得在提示下手工加载VT220仿真,太麻烦了,有没有简单的办法在.profile中加上一项,让它执行某个程序时自动加载VT220防真模式呀
[root@red root]# ll -bash: ls: command not found [root@red root]# cd /etc/ [root@red etc]# ls -bash: ls: command not found [root@red etc]# vi /etc/profile -bash: vim: command not found [root@red etc]# shutdown -r now -bash: shutdown: command not found [root@red etc]# 现在什么也用不了了。提示我,用failsafe 试一下。该怎么做啊?帮忙啊。急。先谢了。
我把/etc/profile里的 PATH=$PATH:/usr/local/jdk 改成 PATH=/usr/local/jdk export PATH 然后重启机子,就进不去了 输入用户名和密码以后,就只有mouse能动,过十分钟,就又退出来让重新输入用户名和密码,唉,怎么解决呀? 我第一次用linux呀,是readhat 9
我用GCC加参数-pg(在编译和连接时)成功的build 出目标文件,但在target board 上运行出现segmentation fault, 没有任何提示。 有没有大虾知道是怎么回事?
我用GCC加参数-pg(在编译和连接时)成功的build 出目标文件,但在target board 上运行出现segmentation fault, 没有任何提示。 有没有大虾知道是怎么回事?
我用GCC加参数-pg(在编译和连接时)成功的build 出目标文件,但在target board 上运行出现segmentation fault, 没有任何提示。 有没有大虾知道是怎么回事?