Terminal1 [Linux] Ubuntu Terminal 명령어 [업데이트 예정] [실행중인 명령에 interupt 신호 전송 == 정지] ctrl + c [파일 삭제] // 단일 file 삭제 // rm [파일 경로] $ rm File.txt/ // 여러 file 삭제 $ rm File-1.txt File-2.txt File-3.txt [폴더 삭제 - 빈 폴더] // rmdir [폴더 경로] rmdir /home/folder // rmdir -d [폴더 경로] rm -d /home/folder [폴더 삭제 - 파일을 가진] // rm -r [폴더 경로] rm -r /home/folder [시스템 종료] // 시스템 종료 shutdown now // 시스템 다시 시작 shutdown -r now https://websetnet.net/ko/how-to-copy-paste-in-linu.. 2022. 7. 23. 이전 1 다음