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

常用Linux命令总结

时间:2019-09-18 20:55:06      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:搭建   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

常用Linux命令总结

标签:搭建   chm   special   man   class   配置   常用命令   file   权限   

原文地址:https://www.cnblogs.com/codewy/p/11545237.html

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