
IT_linux_shell_系统脚本
zhuimuzhuimu
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
shell--linux系统脚本
从标题想到以下几种情况 开机启动脚本 环境变量属性脚本 [root@lsh ~]# head -n 1 /etc/passwd root:x:0:0:root:/root:/bin/bash一直使用bash,所以就写bash的东西吧原创 2016-03-18 19:10:30 · 277 阅读 · 0 评论 -
IT_linux_shell_系统脚本--"/etc/profile"
“/etc/profile”文件内容# /etc/profile# System wide environment and startup programs, for login setup # Functions and aliases go in /etc/bashrc# It's NOT a good idea to change this file unless you know what原创 2016-03-22 16:04:59 · 373 阅读 · 0 评论