码迷,mamicode.com
首页 >  
搜索关键字:全局配置    ( 1269个结果
bash环境配置
bash环境配置:配置文件,生效范围划分,存在两类:全局配置:/etc/profile,/etc/profile.d/*.sh/etc/bashrc个人配置:~/.bash_profile~/.bashrc按功能划分,存在两类:profile类:为交互式登录的shell提供配置/etc/profile,/etc/profile.d/*.sh~/.bash_profile功用:(1)定义环..
分类:其他好文   时间:2015-09-08 07:04:31    阅读次数:146
bash环境变量、特殊权限及磁盘管理与文件系统
bash环境配置:配置文件,生效范围划分,存在两类:全局配置:/etc/profile,/etc/profile.d/*.sh,/etc/bashrc个人配置:~/.bash_profile,~/.bashrc按功能划分,存在两类:profile类:为交互式登录的shell提供配置/etc/profile,/etc/profile.d/*.sh~/.bash_profile功用:(1)定..
分类:其他好文   时间:2015-09-07 07:13:08    阅读次数:258
bash 环境变量
bash环境配置:配置文件:生效范围划分,存在两类:全局配置:/etc/profile,/etc/profile.d/*.sh/etc/bashrc个人配置:~/.bash_profile~/.bashrc按功能划分,存在两类:profile类:为交互式登录的shell提供配置/etc/profile,/etc/profile.d/*.sh~/.bash_profile功用:1定义环..
分类:其他好文   时间:2015-09-07 07:12:15    阅读次数:208
Bash环境配置和文件的特殊权限
bash环境配置配置文件,生效范围划分,存在两类:全局配置:/etc/profile,/etc/profile.d/*.sh/etc/bashrc个人配置:~/.bash_profile~/.bashrc按功能划分,存在两类:profile类:为交互式登录的shell提供配置/etc/profile,/etc/profile.d/*.sh~/.bash_profile功用:(1)定义环境..
分类:其他好文   时间:2015-09-07 07:12:05    阅读次数:242
马哥linux学习笔记(bash变量配置)
bash:解释器,编译器配置文件,生效范围划分,存在两类:全局配置:/etc/profile,/etc/profile.d/*.sh/etc/bashrc个人配置:~/.bash_profile~/.bashrc按功能划分,存在两类:profile类:为交互式登录的shell提供配置/etc/profile,/etc/profile.d/*.sh~/.bash_profile功用:(1)..
分类:系统相关   时间:2015-09-07 07:08:58    阅读次数:264
8-30 Bash环境配置和linux上的特殊权限说明
bash环境配置:配置文件,生效范围划分,存在两类:全局配置:/etc/profile,/etc/profile.d/*.sh/etc/bashrc个人配置:~/.bash_profile~/.bashrc按功能划分,存在两类:profile类:为交互式登录的shell提供配置/etc/profile,/etc/profile.d/*.sh~/.bash_profile功用:(1)定义环..
分类:系统相关   时间:2015-09-06 18:34:10    阅读次数:223
linux bash基础
bash环境配置:配置文件,生效范围划分,存在两类:全局配置:/etc/profile,/etc/profile.d/*.sh,/etc/bashrc个人配置:~/.bash_profile,~/.bashrc按功能划分,存在两类:profile类:为交互式登录的shell提供配置/etc/profile,/etc/profile.d/*.sh~/.bash_profile功用:(1)定义..
分类:系统相关   时间:2015-09-06 11:17:20    阅读次数:241
bash环境变量
bash环境配置:配置文件,生效范围划分,存在两类:全局配置:/etc/profile,/etc/profile.d/*.sh/etc/bashrc个人配置:~/.bash_profile~/.bashrc按功能划分,存在两类:profile类:为交互式登录的shell提供配置/etc/profile,/etc/profile.d/*.sh~/.bash_profile功用:(1)定义环..
分类:其他好文   时间:2015-09-05 01:26:28    阅读次数:177
HAproxy的基础和一些配置
1.HAproxy的基础HAproxy工作在tcp层和http协议应用层的反向代理软件,能负载均衡,支持高并发(单进程,事件触发型IO),后端健康检查,还能单方面断开tcp发送连接,开源的免费。1.1全局配置log127.0.0.1local2#日志文件服务器,可以指定日志级别,可以定义两个 log127.0.0.1lo..
分类:其他好文   时间:2015-09-04 22:37:07    阅读次数:315
Linux学习之路4-bash的环境配置
bash环境配置配置文件:按生效范围划分,两类:全局配置文件:/etc/profile,/etc/profile.d/*.sh,etc/bashrc个人配置文件:~/.bash_profile,~/.bashrc按功能分类:两类:profile类:交互式登陆(即直接通过终端进行的登陆或su-username登陆)/etc/profile,/etc/profile.d/*.sh,~/..
分类:系统相关   时间:2015-09-04 12:42:09    阅读次数:243
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!