------------------------------不定时更新-------------------------------------------------
1.Ubuntu关机:shutdown -h now 立刻关机(root用户使用)、shutdown -h 10 10分钟后自动关机、shutdown -c 命令取消关机
2.Ubuntu重启:shutdown -r now 立刻重启(root用户使用)、shutdown -r 10 10分钟后自动重启、shutdown -c 命令取消重启
3.tar -vcf xx.gz xxx 把xxx 压缩成xx.gz 、tar -vxf xxx.gz 解压xxx.gz
4.grep -r xxx * 搜索所有包含xxx 的文件名
5.apt-get install xxx 安装xxx 、 apt-get remove xxx 卸载xxx
时间: 2024-09-28 04:23:34