Linux 常用命令
Posted The More I Do ! The More I Can
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux 常用命令相关的知识,希望对你有一定的参考价值。
创建文件夹: mkdir name
删除文件夹下所有内容 : rm -rf *
复制文件夹下所有内容到指定文件夹 cp -r /etc/html/web/* /etc/html/web2/
开放指定端口: iptables -I INPUT -p tcp --dport 8888 -j ACCEPT
以上是关于Linux 常用命令的主要内容,如果未能解决你的问题,请参考以下文章