一 linux常用命令
Linux常用命令分類:
(1) 文件傳輸:ftp、tftp。
tar -xvfj archive.tar.bz2 解壓一個bzip2格式的壓縮包。tar -xvfj archive.tar.bz2####解壓一個bzip2格式的壓縮包####! 其它命令:tar、unzip、gunzip、unarj、mtools、man、unendcode、uudecode。
(3) 文件管理:diff、file、find、ln、locate、mv、rm、touch、cat、chmod、cp。
[weblogic@localhost middleware12]$ cd user_projects/[weblogic@localhost user_projects]$ mkdir domains[weblogic@localhost user_projects]$ cd domains/[weblogic@localhost domains]$ mkdir hndomain[weblogic@localhost domains]$ cd hndomain/[weblogic@localhost hndomain]$ pwd/home/weblogic/oracle/middleware12/user_projects/domains/hndomain[weblogic@localhost hndomain]$ 。(4)熟悉cat、ls、cd、pwd、rm、mv、cp、mkdir、rmdir、more等命令的使用。mkdir /t mkdir /u mount -t ext4 /dev/sda3 /t mount -t ext4/dev/sda7 /u--------------------------------如果沒有做重新分區(qū),那么默認(rèn)的120g是sda7-----------------------------------。
(5) 系統(tǒng)設(shè)置:alias、unalias、lsmod、insmod、rmmod、modinfo、modprobe、
export、passwd、rpm、setenv、setup。
(6) 系統(tǒng)管理:adduser、date、exit、free、halt、id、kill、last、login、logout、
ps、reboot、shutdown、su、sudo、top、uname、useradd、userdel、who。