반응형
Linux command classification
명령어 모음집은 아래 참고
display information
- general:
man
- process:
ps
,who
,finger
,top
,last
,history
- file:
- location:
find
,which
,whereis
,locate
- general:
ls
,file
- content:
cat
,more
,od
,xxd
,cmp
,diff
,wc
,head
,tail
,objdump
- search:
grep
- others:
echo
- location:
- other:
tty
,pwd
,date
,cal
,df
,du
,uname
,mount
,hostname
,whoami
,env
manipulate information
- process:
kill
,gcc
,make
,ctrl-c
,ctrl-z
,&
,time
,gdb
- file:
- editor:
vi
,ed
,sed
- file system:
fsck
- directory:
cd
,mkdir
,rmdir
- general:
ln
,mv
,cp
,rm
,gzip
,gunzip
,tar
,touch
- permission:
chmod
,umask
,chown
- editor:
- terminal/login:
login
,exit
,su
,passwd
,stty
,clear
- communication:
write
,mail
,ftp
,telnet
,ifconfig
- shell:
sh
,csh
,ksh
반응형
'Development > Linux' 카테고리의 다른 글
[Linux] C / C++ 컴파일 및 실행 방법 (gcc, g++) (0) | 2022.04.17 |
---|---|
[Linux] VI 기본 사용법 및 명령어 정리 (0) | 2022.04.17 |
[Linux] 파일 트리 (file tree) (0) | 2022.04.17 |
[Linux] 상대경로와 절대경로 (Relative path, Absolute path) (0) | 2022.04.17 |
[Linux] special symbols (0) | 2022.04.17 |