pwd: print working directorycd: change directoryls: list files and directoriesless: view text filesfile: classify a file's contentscp: copy files and directoriesmv: move or rename files and directoriesrm: remove files and directoriesmkdir: create directoriestype: display information about command typewhich: locate a commandhelp: display refrence page for shell builtinman: display an on-line command refrencechmod: modify file access rightssu: temporarily become the superusersudo: temporarily become the superuserchown: change file ownershipchgrp: change a file’s group ownership
ps: list the processes running on the systemkill: send a signal to one or more processesjobs: an alternate way of listing your own processesbg: put a process in the backgroundfg: put a process in the forground
什么是命令
有四种
- An executable program
- A command built into the shell itself
- A shell function
- An alias