码迷,mamicode.com
首页 > 系统相关 > 详细

bash shell脚本之查看系统环境变量

时间:2014-10-15 23:04:41      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   ar   for   sp   div   on   

查看当前系统环境变量

cat test2:

#!/bin/bash
# display user information from the system.
echo "User info for userid:$USER"
echo UID:$UID
echo HOME:$HOME

添加执行权限:chmod u+x test2

运行:./test2 结果如下:

User info for userid:clarck
UID:1000
HOME:/home/clarck

 

bash shell脚本之查看系统环境变量

标签:style   blog   color   io   ar   for   sp   div   on   

原文地址:http://www.cnblogs.com/tanlon/p/4027321.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!