linux 面试题:常用的linux命令有哪些

 

目录相关:cd  mkdir  rmdir pwd  ls  ll=ls -l  mv  cp

文件相关:rm –rf  cat  more  tail  head vidu  find

网络相关:ping  ifconfig  netstat

用户相关:groupadd  useradd  passwd  su

权限相关:chmod  chgrp  chown

系统相关:reboot  shutdown  mount   free df

进程相关: top   ps  kill

压缩相关: tar  zip  unzip  gzip

性能相关:top、free 、vmstat 、uptime 、df-m

其它:grep  echo  sh  init (0 -- 6)

猜你喜欢

转载自www.cnblogs.com/xmxit-liu/p/12799482.html