E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
bash_profile
profile,bashrc,
bash_profile
之间的区别和联系
.~/.
bash_profile
:每个用户都可使用该文件输入专用于自己使用的shell信息,当用户登录时,该文件仅仅
·
2015-10-27 15:21
profile
linux环境变量
quot;:/root(临时 ) 让环境变量永久生效,必须把配置信息写到配置文件中 5类环境变量配置文件 /etc/profile /etc/profile.d/*.sh ~/.
bash_profile
·
2015-10-27 15:46
linux
【不积跬步,无以致千里】Linux下启动Oracle服务和监听程序
安装完毕oracle以后,需要创建oracle系统用户,并在/home/oracle下面的.
bash_profile
添加几个环境变量:ORACLE_SID,ORACLE_BASE,ORACLE_HOME
·
2015-10-27 14:57
oracle
sh脚本学习之:变量
变量的创建 环境配置 /etc/profile =》~/.
bash_profile
(~/.bash_login,~/.profile) =》 ~/.bashrc sh声明
·
2015-10-27 14:03
脚本
linux 101 hacks command
如现在不再/etc下 export CDPATH=/etc cd mail 将会进入到 /etc/mail 目录下 这样我们就可以在我们自己的home 目录下的.
bash_profile
·
2015-10-27 14:06
command
Mac Ant安装
1.将ant的解压到一个文件夹,比如/Users/你的用户名/develop/apache-ant-1.9.62.打开环境文件
bash_profile
,具体的命令行是 vim~/.bash_profile3
weizaishouex2010
·
2015-10-27 13:00
ant
-bash: .
bash_profile
: command not found
今天有一同事安装了ORACLE后,在切换账号时遇到错误提示“-bash: .
bash_profile
: command not found”。
·
2015-10-27 11:26
profile
Linux 安装Weblogic12
useradd-gweblogicweblogic#passwdweblogic#mkdir-p/var/bea#chown-Rweblogic:weblogic/var/bea#su-weblogic$vi~/.
bash_profile
super_sjh
·
2015-10-26 18:00
Linux 安装Weblogic12
useradd-gweblogicweblogic#passwdweblogic#mkdir-p/var/bea#chown-Rweblogic:weblogic/var/bea#su-weblogic$vi~/.
bash_profile
super_sjh
·
2015-10-26 18:00
用户环境变量
.~/.
bash_profile
:每个用户都可使用该文件输入专用于自己使用的shell信息,当用户登录时,该文件仅仅
·
2015-10-26 15:49
环境变量
MAC OS X 命令终端的颜色显示
目标打开terminal会发现ls和grep后的结果是没有色彩的,这时候可以这么干:用vim打开文件~/.
bash_profile
,然后把下边的环境变量放进去:#Telllstobecolourful
wxqee
·
2015-10-25 20:00
mac
OS
终端
X
.
bash_profile
and .bashrc
/etc/profile 为系统的每个用户设置环境信息,当用户第一次登录时,该文件被执行,并从/etc/profile.d目录的配置文件中搜集shell的设置,etc/profile中设定的变量的可以作用于任何用户,而~/.bashrc等中设定的变量只能继承/etc/profile中的变量。 /etc/bashrc 为每一个运行bash shell的用户执行此文件,当bash shell被
·
2015-10-24 09:42
profile
linux下jdk安装及路径配置
/jdk-6u45-linux-x64.bin空格键翻页,到最后输入yes(或直接选All)3、配置环境变量:ls-a,看到.
bash_profile
文件,使用vi进行编辑在中加入(
飞翔神话
·
2015-10-23 10:00
linux
jdk
linux下安装jdk
远程某个用户单独安装
linux下jdk安装及路径配置
/jdk-6u45-linux-x64.bin 空格键翻页,到最后输入yes(或直接选All)3、配置环境变量:ls-a,看到.
bash_profile
文件,使用vi进行编辑在中加入(
飞翔神话
·
2015-10-23 10:00
jdk
linux
Linux下安装jdk
远程某个用户单独安装
vim终端下中文乱码问题
-a | grep zh_CN 输出样例如下 zh_CN.gbk zh_CN.utf8 vim 只能正确识别列表中的中文编码文件,如需识别其他编码类型的中文文件,则需要做系统升级 vi ~/.
bash_profile
·
2015-10-23 09:12
中文乱码
解决Linux中文乱码
解决Linux中文乱码 方法一: 修改/root/.
bash_profile
文件,增加export LANG=zh_CN.GB18030 对于其他用户,也必须相应修改该文件
·
2015-10-23 09:12
linux
Linux下修改PATH的方法
2.修改~目录下
bash_profile
, cdvi .
bash_profile
找到PATH=$PATH:$HOME/bin这一行,直接在后面加:/path1:/path2就行.然后source .
bash_profile
·
2015-10-23 08:39
linux
ubuntu环境变量的设置
当前用户变量:~/.
bash_profile
:每个用户都可使用该文件输入专用于自己
·
2015-10-23 08:57
ubuntu
Linux-profile、bashrc、
bash_profile
之间的区别和联系
~/.
bash_profile
、~/.bashrc、和~/.bash_logout 上面这三个文件是bash shell的用户环境配置文件,位于用户的主目录下。
·
2015-10-23 08:37
profile
mac系统文件及环境变量
在这里稍微解释下几个文件的作用,/etc/bashrc、/etc/profile是系统全局环境变量设置,给所有用户使用,~/.bashrc、~/.
bash_profile
、~/.bash_login、~
·
2015-10-22 21:49
环境变量
linux 闲谈杂记1(查看,修改 用户所属的群组、设置linux的环境变量、ubuntu15.04更换源)
接着是与上述两个文件对应,但只对单个用户生效:~/.
bash_profile
PeersLee
·
2015-10-21 13:49
linux
零碎知识
linux 闲谈杂记1(查看,修改 用户所属的群组、设置linux的环境变量、ubuntu15.04更换源)
接着是与上述两个文件对应,但只对单个用户生效:~/.
bash_profile
PeersLee
·
2015-10-21 13:00
linux
操作系统
环境变量
linux用户群组
ubuntu最新源
.
bash_profile
和.bashrc的区别(如何设置生效)
.~/.
bash_profile
:每个用户都可使用该文件输入专用于自己使用的shell信息,当用户登录时,该文件仅仅
·
2015-10-21 13:32
profile
.
bash_profile
和.bashrc的什么区别
.~/.
bash_profile
:每个用户都可使用该文件输入专用于自己使用的shell信息,当用户登录
·
2015-10-21 13:06
profile
su 和 sudo、su root和su - root 区别
login as root, then the shell is login shell,which mean it will expericene a login process,usually .
bash_profile
·
2015-10-21 12:52
sudo
POSTGRESQL 自动登录
以前习惯使用MYSQL命令行登录,但是到POSTGRESQL不能实现,下面总结一下方法: 1、填写需要链接的postgresql语句,一般放在~/.
bash_profile
,例如: alias log_analysis
·
2015-10-21 12:17
PostgreSQL
Mac下android_sdk配置环境变量
创建: touch .
bash_profile
4.打开并编辑: open .
bash_profile
5、在文件中写入以下内容:export PATH=${PATH}:/Users/sxpmg
·
2015-10-21 12:30
android
Linux添加环境变量与GCC编译器添加INCLUDE与LIB环境变量
只对当前用户有效在Home目录下的 .bashrc或.
bash_profile
里增加下面的内容: (注意:等号前面不要加空格,否则可能出现 command not found) #在PATH中找到可执行文件程序的路径
·
2015-10-21 12:25
include
linux用户环境变量
~/.
bash_profile
用于设置用户专属的环境信息,login方式进去bash运行,每次用户登录的时候执行一次,通常会调用
bash_profile
~/.bashrc 用于设置当前
·
2015-10-21 11:12
linux
linux查看java jdk安装路径和设置环境变量
linux: whereis java which java (java执行路径) echo $JAVA_HOME echo $PATH 二:下面是配置linux的环境变量:(记得source .
bash_profile
·
2015-10-21 11:30
linux
Linux 小知识点
anaconda-ks.cfg .bash_history .bash_logout .
bash_profile
.bashrc .cshrc install.log install.log.syslog
·
2015-10-21 11:28
linux
profile bashrc
bash_profile
之间的区别和联系
原文链接:http://blog.sina.com.cn/s/blog_4b065e2a01013dp3.html /etc/profile:此文件为系统的每个用户设置环境信息,当用户第一次登录时,该文件被执行.并从/etc/profile.d目录的配置文件中搜集shell的设置./etc/bashrc:为每一个运行bash shell的用户执行此文件.当bash shell被打开时,该文件被读
·
2015-10-21 11:49
profile
速查笔记(Linux Shell编程<下>)
初始化顺序: /etc/profile ( ~/.
bash_profile
| ~/.bash_login | ~/.profile
·
2015-10-21 10:01
Linux shell
shell命令行只显示-bash-4.1 不显示用户和路径解决方法
今天一不小心打了home目录删除命令,虽然最后因为种种原因没有删掉,但是home目录下很多文件和目录都被删了,而且命令行也不显示当前用户和路径了下面对其重新设置,需要设置两个文件:~/.bashrc和~/.
bash_profile
DJeeker
·
2015-10-20 10:00
shell
Mac/Linux 配置环境变量
其他不推荐 直接使用.
bash_profile
(一般在这个文件中添加用户级环境变量)这个文件在用户跟目录下(注:Linux里面是.bashrc而Mac是.
bash_profile
)例如在里面添加 exportPATH
CrackRen
·
2015-10-19 11:00
在Mac上配置Android adb命令
二在Mac上的配置过程启动终端进入当前用户的HOME目录,命令如下:cd$HOME更新你的.
bash_profile
文件,如果该文件不存在,可以通过touch.bash_profile创建该文件执行命令
yissan
·
2015-10-17 10:00
android
adb
调试
mac系统使用帮助
在linux下习惯使用ll、la、l等ls别名的童鞋到macos可就郁闷了~~其实只要在用户目录下建立一个脚本“.
bash_profile
”,并输入以下内容即可: aliasll='ls-alF'aliasla
findgor
·
2015-10-17 10:00
修改ORACLE-NLS_DATE_FORMAT时间格式的四种方式
在用户的.
bash_profile
中增加两句:exportNLS_LANG=AMERICAN ---要注意这一句必须指定,不然下一句不生效。exportNLS_DATE_FOR
frank1998819
·
2015-10-13 15:00
AIX 永久修改环境变量
blog.sina.com.cn/s/blog_5e3122450100stk5.html方法一:PATH=$PATH:/usr/XX exportPATH重启一下系统,就可以生效方法二:修改/username/.
bash_profile
wywdahai
·
2015-10-10 11:00
Django 学习笔记---环境配置
Django1.8.3uwsgi1.9.17.1-debiannginx1.4.6安装使用virtualenvapt-getinstallpython-pippipinstallvirtualenvvirtualenvwrapper修改~/.
bash_profile
tinyhare
·
2015-10-08 22:00
nginx
django
uwsgi
virtualenv
ubuntu14.04
/etc/profile、/etc/bashrc、~/.
bash_profile
、~/.bashrc区别
/etc/profile、/etc/bashrc、~/.
bash_profile
、~/.bashrc很容易混淆,他们之间有什么区别?它们的作用到底是什么?
summer_cmz
·
2015-10-08 16:40
/etc/bashrc
~/.bash_profile
~/.bashrc区别
PS1
bash-4.3#bash-4.3#linux下shell显示-bash-3.2不显示路径解决方法在linuxshell中不显示路径了,用起来很不方便.如何改为显示路径的shell呢步骤如下:vi~/.
bash_profile
summer_cmz
·
2015-10-08 16:01
【.
bash_profile
与 .bashrc 的区别】
【.
bash_profile
与.bashrc的区别】.bash_profileisexecutedforloginshells,while.bashrcisexecutedforinteractivenon-loginshells
summer_cmz
·
2015-10-08 16:36
linux运维-----知识点
修改linux shell 提示符
远程登录虚拟机,linuxshell提示符为-bash-4.1$要把这个提示符改掉1、新建~/.
bash_profile
文件-bash-4.1$vi~/.bash_profile-bash-4.1$cat
段智华
·
2015-10-06 09:04
linux操作和系统管理
修改linux shell 提示符
远程登录虚拟机,linuxshell提示符为-bash-4.1$要把这个提示符改掉 1、新建~/.
bash_profile
文件-bash-4.1$vi~/.bash_profile-bash-4.1$cat
duan_zhihua
·
2015-10-06 09:00
Mac MAMP环境下扩展的安装
因此需要做出修改,在家目录下新建.
bash_profile
文件,里面添加一行exportPATH=/Applications/MAMP/Library/bin:/Applications/MAMP/bin
望初
·
2015-09-28 15:00
mysql学习之配置及常见命令
一、配置mysql快捷方式1、在终端输入sudovi~/.
bash_profile
按i输入以下#mysql aliasmysql='/usr/local/mysql/bin/mysql' aliasmysqladmin
zww1984774346
·
2015-09-28 15:00
linux profile vs .bashrc
.~/.
bash_profile
:每个用户都可使用该文件输入专用于自己使用的shell信息,当用户登录时,该文件仅仅执行
zhb8015
·
2015-09-27 12:00
linux
profile
.bashrc
linux profile vs .bashrc
.~/.
bash_profile
:每个用户都可使用该文件输入专用于自己使用的shell信息,当用户登录时,该文件
zhb8015
·
2015-09-27 12:00
linux
.bashrc
profile
linux profile vs .bashrc
.~/.
bash_profile
:每个用户都可使用该文件输入专用于自己使用的shell信息,当用户登录时,该文件
zhb8015
·
2015-09-27 12:00
linux
.bashrc
profile
上一页
77
78
79
80
81
82
83
84
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他