Linux open source operating system(OS) Linus Torvalds가 1991년에 개발한 OS, 서버용 OS로 많이 사용됨. Linux 안에는 Debian, Ubuntu, Redhat, CentOS 등 다양한 OS들이 존재함. Linux 중 사용자가 가장 많은 것이 Ubuntu GUI(Graphical User Interface) 환경의 Windows, Mac과는 다르게 CLI(Command Line Interface) 환경 다른 OS에 비해 비교적 안정적인 환경에서 운영할 수 있음. Linux의 CLI(Command Line Interface) 소개 ls (file 목록 보여줌) ls -l (file 목록을 자세하게 보여줌) ls -a (숨김 파일까지 보여줌) cp a.tx..