linux(centos)-command

此篇随笔整理所有已经使用过的linux命令(新手,如有不足请见谅)

基础:

  ls

  cd

  pwd

查找:

  grep

  which

  whereid

  

  

  

文件管理:

  mv

  rm

  cp

  chown

  chgrp

  tar

  touch

  less

  more

  cat

  tac

  head

  tail

  od

  file

  

  setfacl

  getfacl

  

  

  

  

软件安装:

  yum

  rpm

磁盘管理:

  fdisk

  df

  du

  mount

  umount

用户管理:

  useradd

  userdel

  passwd

  

例行工作:

  crontab

系统服务:

  systemct

  kill

  jobs

  fg

内核管理:

  dmesg

  modinfo

  rmmod

  insmod

  modprobe

  

  

硬件管理:

  lspci

  lsusb

  dmesg

  

网络管理:

  ping

  route

  netstat

  arp

  iwconfig

  ifconfig

  ifup

  ifdown

  ip

  traceroute

  host

  nslookup

  

安全:

远程连接:

  telnet

  ftp

  lftp

数据:

  wget  

  tcpdump

  nc

  netcat

  nmap

内存管理:

  ipcs        查看系统当前共享内存页面

  

(未完待续)

(如有不足,敬请雅正)

猜你喜欢

转载自www.cnblogs.com/chen1262567640/p/11100446.html