分享编程~
 

Linux shell基本常用命令

Linux shell基本常用命令

天天特卖抢好货

Linux shell基本常用命令。

获得超级权限

$ sudo su -

查看

[root@inspire2 test]# ls

进入文件

[root@inspire2 test]# cd test/

[root@inspire2 test]# cd /root/u01/uat

打包文件

[root@inspire2 test]# zip -r 打包后的文件名.zip  要打包的文件/

如:[root@inspire2 test]# zip -r itemClass.zip itemClass/

解压文件

[root@inspire2 test]# unzip 要解压的文件.zip 

如:[root@inspire2 test]# unzip itemWeb.zip 

开文件权限

[root@inspire2 test]# chmod -R 777 文件夹

如:[root@inspire2 test]# chmod -R 777 itemWeb

重启服务器

[root@inspire2 test]# service httpd restart

上一篇:Flash8动画制作工具压缩gif文件下一篇:新手Windows下Python下载安装教程及配置注意事项
赞(0) 踩(0)
您说多少就多少,您的支持是我最大的动力
赏金
微 信
赏金
支付宝
本文连接: https://www.yj521.com/article/71.html
版权声明: 本文为原创文章,版权归《越加网》所有,分享转载请注明出处!