Linux

1 硬盘分区:

交换区和文件系统分区

2 常用的Linux命令

  pwd  cd ..  whoami

  ls -alh ; 

 系统

  shutdown -h

  halt;reboot;  loginout

  man,password,kill ,clear ,startx,env ,history,

  文件操作:

  cp -vRp ;  mv ; rm -rf

  vi  ,cat,more, less ,grep ,find

  mkdir ,rmdir,touch

  用户及组操作:

  useradd -g ;userrmod  userdel

  groupadd

  权限修改

  chmod  chown  chgrp 

  设备

  mount  ; umount

   网络

   ifconfig  netstat -abp  ps -aux 

  压缩

  tar -zxvf ; ./configure  make   make install

   显示用户组和用户信息

  cat  /etc/group 组用户 cat /etc/gshadow  组密码

  cat /etc/password  用户 at /etc/shadow 用户密码

   管道及重定向命令

  |    >

原文地址:https://www.cnblogs.com/wwwfj/p/3234256.html