728x90
vim
-
시스템 프로그래밍 실습 1주차 : 수업 개요System Programming/Ubuntu Linux 2021. 9. 2. 17:36
Linux Commands Shells, text editor, compiler Basuc Linux system calls File I/O, Process management Inter-Process Communication (IPC) Network programming Sockets, I/O Multiplexing Concurrent programming Processes, Threads, Synchronization 1. Text Editor - Vim - Vi는 모든 UNIX 기반 시스템들의 default editor이다. - 리눅스에서의 Vi는 보통 Vim이다 (Vi 향상) - 다음의 command로 Vim을 설치할 수 있다 sudo apt install vim - Vim에는 모드가 6 가지가 ..