01 2016 档案

摘要:来源:ChinaUnix博客 作者:hairui8991 编辑:周荣茂 http://os.chinaunix.net/a2009/0903/996/000000996941.shtml linuxshell中"2>&1"含义2009年09月03日 02:10 脚本是: nohup /mnt/Nand3/H2000G >/dev/null 2>&1 & 对 ... 阅读全文
posted @ 2016-01-25 10:17 系统运维 阅读(177) 评论(0) 推荐(0)
摘要:2016.1.11今天学了改变PS1的颜色,怎么增加PS1变量找到文件(.bash_profile),或者bashrc export PS1="\[\e[32;1m\]Test $PWD> \[\e[0m\]" #显示绿色,其中Test是额外增加要显示的内容 export PS1="\[\e[35;1m\]Test $PWD> \[\e[0m\] #显... 阅读全文
posted @ 2016-01-11 23:43 系统运维 阅读(609) 评论(0) 推荐(0)