方式1. 终端添加或修改 命令:pico, vim等 方式:pico .bash_profile方式2. 文本方式添加或修改 1)打开 touch ~/.bash_profile open -t ~/.bash_profile 2)添加或修改 如: expor...
分类:
系统相关 时间:
2014-11-15 23:08:35
阅读次数:
309
mac ~/.bash_profile 配置...
分类:
系统相关 时间:
2014-11-15 21:49:30
阅读次数:
833
如果使用root用户登录出现上述提示,则需要需要重建/root .bash_profile文件:1.vi /root .bash_profile2. 输入如下内容# .bashrc# User specific aliases and functionsalias rm='rm -i'alias.....
分类:
系统相关 时间:
2014-11-11 20:47:30
阅读次数:
196
添加环境变量 查找.bash_profile文件, 最后添加: export?PATH=$PATH:/cygdrive/e/Web/USBWebserverV8.6/php
mac 一般使用bash作为默认shell
Mac系统的环境变量,加载顺序为:
/etc/profile /etc/paths ~/.bash_profile ~/.bash_login ~/.profile ~/.bashrc
当然/etc/profile和/etc/paths是系统级别的,系统启动就会加载,后面几个是当前用户级的环境变量。后面3个按照从前往后的顺序读取,如...
分类:
系统相关 时间:
2014-11-10 23:24:17
阅读次数:
234
1、通过root用户进入到grid的ORACLE_HOME
[root@db01]# source /home/grid/.bash_profile
[root@db01]# cd $ORACLE_HOME/crs/install/
2、执行如下两个脚本(只在其中一个节点执行,root用户)
[root@db01]# ./rootcrs.pl -verbose -deconfig -f...
分类:
数据库 时间:
2014-11-10 21:52:37
阅读次数:
348
操作步骤以下两步:远程linux机器。修改环境变量LANG。例如在~/.bash_profile里面添加[plain]view plaincopyexportLANG=zh_CN.UTF8重新登录之后生效。现在查看一下当前设置:[plain]view plaincopymyname@myhost~>...
分类:
其他好文 时间:
2014-11-10 11:17:36
阅读次数:
162
1. login shell 和 non-login shell
login shell 和 non-login shell 区别在于登录 login。
login shell : 通过完整的登录流程
non-login shell : 取得bash接口的方法不需要重复登陆,
/etc/profile
这个配置为用户整体的配置
bash读取完整体环境变量/etc/profile 后会读取个人用户配置。主要有下面三个文件:
1. ~/.bash_profile
2. ~/.bash_login
3. ~/....
分类:
其他好文 时间:
2014-11-10 10:07:29
阅读次数:
207
ant -f .xml tagetjavac *.java -cp a.jar;b.jar;c.jar(跟上jar包)(Linux useradd 无效)cd vi .bash_profile 修改为PATH=$PATH:/usr/sbin/useraddyast(Linux 看GUI界面 ha.....
分类:
其他好文 时间:
2014-11-07 18:53:41
阅读次数:
191