红联Linux门户
Linux帮助

字符模式下设置/删除环境变量

发布时间:2006-09-01 11:34:29来源:红联作者:syncode
bash下

设置:export 变量名=变量值

删除:unset 变量名

csh下

设置:setenv 变量名 变量值

删除:unsetenv 变量名
文章评论

共有 0 条评论