운영체제/리눅스(CentOS)
whatis 명령어
마루의 일상
2021. 8. 26. 10:56
728x90
반응형
간략하게 무엇을 하는 명령어인지 설명을 해주는 명령어입니다.
man 명령어 매뉴얼의 첫문장 내용을 가져온다.
[root@localhost ~]# whatis cp
cp (1) - copy files and directories
[root@localhost ~]# whatis man
man (1) - an interface to the on-line reference manuals
[root@localhost ~]#
728x90
반응형