标签:搭建 chm special man class 配置 常用命令 file 权限
1、tar -xvf [文件名]
解压某个文件,并显示解压的详细过程
tar -x 解压 -v 显示详细过程 -f 后面接文件名,-f必须在最后
2、chmod 777 -R [文件名/文件夹]
赋予某个文件最高权限
3、export PS1=‘[\u@\h \w]\$ ‘ 及时生效
echo "export PS1=‘[\u@\h \w]\$ ‘" >> /etc/profile 永久生效
系统显示全路径、
4、source profile 是配置的环境变量生效
附:常用命令链接:
搭建Linux环境:https://www.cnblogs.com/alwayswyy/p/5212471.html
标签:搭建 chm special man class 配置 常用命令 file 权限
原文地址:https://www.cnblogs.com/codewy/p/11545237.html