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

常用的Linux指令总结(共57个)

时间:2019-10-11 00:57:54      阅读:99      评论:0      收藏:0      [点我收藏+]

标签:grep   ini   fdisk   ext3   mkfs   shutdown   磁盘管理   pstree   touch   

在学习了一段时间的Linux之后,今天总结了一下,Linux指令,总共可以分为七大类
第一类:文件管理类(15)
cp mv mkdir rmdir rm touch cat grep more less ln ls cd find pwd
第二类:磁盘管理类(6)
du df mkfs.ext3 fdisk mount umount
第三类:用户管理类(9)
useradd userdel usermod groupadd groupdel groupmod gpasswd passwd id
第四类:文件权限管理类(3)
chmod chown gpasswd
第五类:软件管理类(7)
rpm diff ./configure make make install tar patch
第六类:启动管理类(7)
reboot init6 halt init0 shutdown -h now chkconfig init[0-6]
第七类:进程管理类(10)
ps -aux top pstree kill fg bg crontab crond at

常用的Linux指令总结(共57个)

标签:grep   ini   fdisk   ext3   mkfs   shutdown   磁盘管理   pstree   touch   

原文地址:https://blog.51cto.com/14480044/2441384

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