Linux command
user@host:~ $ [command] [options] [parameters]
man | an interface to the on-line reference manuals |
pwd | print name of current working directory |
ls | list directory content -a all -l use a long listing format |
cd | change directory |
mkdir | make directory -p parents |
rm | remove files or directories -r remove directories and their contents -f ignore nonexistent files and argument |
cp | copy files and directories -r copy directories recursively -v explain what is being done |
mv | move (rename) files -f do not prompt before overwriting |
cat | concatenate files and print on the standard output -n number nonempty output lines |
more | file perusal filter for crt viewing |
clear | clear the terminal screen |
우분투는 데비안 계열 리눅스 운영체제로 고성능, 유연성, 확장성, DC지원 보안성 등 장점이 있어 초급 사용자가 입문하기에 좋은 장점이 있다. WSL (Windows Subsystem for Linux) 은 GNU/Linux 환경을 Windows에서 직접 실행할 수 있다. Windows 10 에 WSL 을 설정하고 Ubuntu 18.04 LTS 를 설치한 후 Linux 기본 명령어를 실습한다.
[참조]
https://docs.microsoft.com/ko-kr/windows/wsl/about
https://www.microsoft.com/ko-kr/p/ubuntu-1804-lts/9n9tngvndl3q?activetab=pivot:overviewtab
'원s > Development Environment' 카테고리의 다른 글
[vi] vi Editor Command (0) | 2020.05.10 |
---|---|
[Ubuntu] clamv, ufw, chrome (0) | 2020.04.25 |
[Hyper-V] Install Ubuntu Server 18.04 in Hyper-V (0) | 2020.04.11 |
[Ubuntu] Install Ubuntu Desktop 18.04 LTS in SSD (0) | 2020.03.29 |