Ubuntu 相关命令

前端之家收集整理的这篇文章主要介绍了Ubuntu 相关命令前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
创建文件: touch a.txt (chmod 777 log.txt)
创建文件夹: mkdir NewFolder
删除文件: rm a.txt
删除文件夹: rmdir NewFolder

删除带有文件文件夹: rm -r NewFolder


Apache2重启:

sudo /etc/init.d/apache2 restart


zip压缩文件解压到某个目录下:

unzip -d /var/www/html/usr/plugins youpaiyun.zip



crontab启动:/etc/init.d/cron start ( service cron start )

crontab重启: /etc/init.d/cron restart (service cron restart )

crontab关闭: /etc/init.d/cron stop ( service cron stop )

原文链接:https://www.f2er.com/ubuntu/349416.html

猜你在找的Ubuntu相关文章