2021年12月14日

Linux 环境变量、文件类型、用户和组

摘要: 添加环境变量: a /etc/profile.d/ b /etc/profile c /etc/bashrc d ~/.bashrc e ~/.bash_profile 增加环境变量: 1、临时添加: export abc='/sbin/aaa' # abc:变量名,‘/sbin/aaa' 变量路径 阅读全文

posted @ 2021-12-14 19:55 秋不语 阅读(86) 评论(0) 推荐(0)

导航