리눅스 Ubuntu 명령어

00_8_3·2020년 12월 22일
0

간단 Node

목록 보기
23/27

리눅스 Ubuntu 명령어

리눅스 기본명령어

  • mkdir

  • chmod

  • vim

  • cat

  • cat /dev/null > filetest.txt

  • rm
    // rm -f force

  • rm -r
    // rm -rf

  • systemctl enable name.service

  • systemctl start name.service

  • systemctl restart name.service

  • systemctl status name.service

0개의 댓글