Skip to main content
  1. Posts/

Linux Commands

·1 min
bbnoir
Author
bbnoir
programmer - gamer - filmlover
Table of Contents

Commands
#

use man to get more information about the command

usually used in cli
#

CommandsIntro
pwdprint working directory
whichidentify the location of cmd
aliasset abbreviation for cmd
echodisplay a line
bashrun script in child shell
sourcerun script in current shell
cdchange directory
lslist
cpcopy
mvmove
rmremove
mkdirmake diretory
rmdirremove diretory
chmodchange file mode
suenter superuser mode
sudoexecute cmd as superuser
toplist process
htopinteractive process viewer
catconcatenate files
duestimate file space usage
dfreport file system disk usage
sshOpenSSH remote login client
sftpOpenSSH secure file transfer
wgetweb downloader
gitsource control
tmuxterminal mux
morefile perusal filter for crt viewing
lessopposite of more

usually used in scripts
#

CommandsIntro

Related

My Third Post
My Second Post
·1 min
My First Post
·1 min