zoukankan      html  css  js  c++  java
  • linux系统常用的基本命令分类

    linux系统常用的基本命令分类:

    文件命令:
    vim vimdiff diff mkdir touch rm mv cp ln cd ls more less head tail cat grep egrep sed nc awk

    软件安装命令:

    tar unzip gzip rpm yum sh

    用户命令:
    userdel useradd groupadd chown chomd groupadd groupdel id chattr lsattr su sudo passwd

    查看系统命令:
    w who whoami ss lsof uname find init date echo

    网络命令:
    tracter route dig nslookup wget ssh ping telent setup ifconfig ifup ifdown

    开关机命令:
    shutdown reboot halt login logout

    管理命令:
    exec expect which clear pwd cal bc man LANG sync exit time dmesg last scp ftp rz sz vmstat

    进程服务命令:
    kill killall pkill chkconfig top tree service history uptime netstat ps

    内存磁盘命令:
    dd fdisk parted(2T以上分区) mount umount mkfs free du df

    注:转载请注明出处 https://www.cnblogs.com/itqingtian/p/9772409.html

    作者:Cherry_梅 出处:http://www.cnblogs.com/itqingtian/ 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。

  • 相关阅读:
    XML约束之DTD
    XML基础
    向方法传递多个参数
    从方法里返回值
    给方法传值
    对象状态和行为
    对象类型数组
    数组
    避开关键字
    primitive数据类型
  • 原文地址:https://www.cnblogs.com/itqingtian/p/9772409.html
Copyright © 2011-2022 走看看