Command A-Z_Linux
parta2z
* [[ctrl]+[z]](Command/Command_ctrl_z.md)
* [&](Command/Command_&.md)
* [badblocks](Command/Command_badblocks.md)
* [cal](Command/Command_cal.md)
* [cat](Command/Command_cat.md)
* [cd 切換工作目錄](Command/Command_cd.md)
* [chgrp](Command/Command_chgrp.md)
* [chmod](Command/Command_chmod.md)
* [chown 更改檔案擁有者與群組](Command/Command_chown.md)
* [clear](Command/Command_clear.md)
* [compress](Command/Command_compress2.md)
* [cp](Command/Command_cp.md)
* [cut - 逐行擷取部份字元或欄位資料](Command/Command_cut.md)
* [date](Command/Command_date.md)
* [df - 檢查磁碟的使用量與剩餘空間](Command/Command_df.md)
* [dmesg](Command/Command_dmesg.md)
* [du](Command/Command_du.md)
* [edquota](Command/Command_edquota.md)
* [exit](Command/Command_exit.md)
* [fdformat](Command/Command_fdformat.md)
* [fdisk](Command/Command_fdisk.md)
* [fg](Command/Command_fg.md)
* [find](Command/Command_find.md)
* [free](Command/Command_free.md)
* [fsck](Command/Command_fsck.md)
* [ftp](Command/Command_ftp.md)
* [gftp](Command/Command_gftp.md)
* [grep](Command/Command_.md)
* [groupadd](Command/Command_groupadd.md)
* [gzip](Command/Command_gzip.md)
* [hostname](Command/Command_hostname.md)
* [htop - 監控即時系統狀態](Command/Command_htop.md)
* [ifconfig](Command/Command_ifconfig.md)
* [kill](Command/Command_kill.md)
* [lilo](Command/Command_lilo.md)
* [ln](Command/Command_ln.md)
* [login](Command/Command_login.md)
* [ls](Command/Command_ls.md)
* [mail](Command/Command_mail.md)
* [mkbootdisk](Command/Command_mkbootdisk.md)
* [mkdir](Command/Command_mkdir.md)
* [mke2fs](Command/Command_mke2fs.md)
* [mktemp 建立暫存檔案或目錄](Command/Command_mktemp.md)
* [more](Command/Command_more.md)
* [mount](Command/Command_mount.md)
* [mv](Command/Command_mv.md)
* [ncftp](Command/Command_ncftp.md)
* [netconf](Command/Command_netconf.md)
* [netcfg](Command/Command_netcfg.md)
* [netstat](Command/Command_netstat.md)
* [nslookup](Command/Command_nslookup.md)
* [passwd](Command/Command_passwd.md)
* [ping](Command/Command_ping.md)
* [ps](Command/Command_ps.md)
* [pwd](Command/Command_pwd.md)
* [quotacheck](Command/Command_quotacheck.md)
* [reboot](Command/Command_reboot.md)
* [rm](Command/Command_rm.md)
* [rmdir](Command/Command_rmdir.md)
* [route](Command/Command_route.md)
* [rpm 安裝/更新/移除套件指令](Command/Command_rpm.md)
* [scp 遠端加密複製檔案與目錄](Command/Command_scp.md)
* [set](Command/Command_set.md)
* [setup](Command/Command_setup.md)
* [shutdown](Command/Command_shutdown.md)
* [sort 排序文字資料](Command/Command_sort.md)
* [ssh - 安全加密連線, 直接登入遠端主機的指令](Command/Command_ssh.md)
* [startx](Command/Command_startx.md)
* [su](Command/Command_su.md)
* [sudo](Command/Command_sudo.md)
* [talk](Command/Command_talk.md)
* [tar](Command/Command_tar.md)
* [telnet](Command/Command_telnet.md)
* [top](Command/Command_top.md)
* [touch](Command/Command_touch.md)
* [traceroute](Command/Command_traceroute.md)
* [uname](Command/Command_uname.md)
* [uniq](Command/Command_uniq.md)
* [useradd](Command/Command_useradd.md)
* [userconf](Command/Command_userconf.md)
* [watch](Command/Command_watch.md)
* [wc](Command/Command_wc.md)
* [whereis](Command/Command_whereis.md)
* [who](Command/Command_who.md)
* [whoami](Command/Command_whoami.md)
* [Xconfigurator](Command/Command_Xconfigurator.md)
* [xf86config](Command/Command_xf86config.md)
* [XF86Setup](Command/Command_XF86Setup.md)
partsymbol
Command symbol_Linux
Command | Descripe | Type | Code | Function | ||||
---|---|---|---|---|---|---|---|---|
& | 指令在背景執行; Run cmd in a subshell | run | my-script.sh & | |||||
& | 指令在背景執行; Run cmd in a subshell | symbol | my-script.sh & | |||||
&& | 第一道指令執行成功後, 才會執行第二道指令; Run cmd2 if cmd1 is successful | make && make install | ||||||
\ | 管線的符號, 即是將第一道指令的輸出, 作為第二道指令的輸入 | ls \ | grep filename | |||||
\ | \ | 第一道指令執行失敗後, 才會執行第二道指令; Run cmd2 if cmd1 is not successful | cat filename \ | \ | echo "fail" | |||
; | Run cmd1 then cmd2 | |||||||
partShortcuts
Command shortcuts 快捷鍵_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
[ctrl]+[z] | run | |||
[ctrl]+[z] | shortcuts | |||
partA
Command A_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partB
Command B_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partC
Command C_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partD
Command D_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partE
Command E_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partF
Command F_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partG
Command G_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partH
Command H_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partI
Command I_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partJ
Command J_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partK
Command K_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partL
Command L_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partM
Command M_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partN
Command N_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partO
Command O_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partP
Command P_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partQ
Command Q_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partR
Command R_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partS
Command S_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partT
Command T_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partU
Command U_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partV
Command V_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partW
Command W_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partX
Command X_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partY
Command Y_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|
partZ
Command Z_Linux
Command | Descripe | Type | Code | Function |
---|---|---|---|---|