본문 바로가기

원s/Development Environment

[WSL] Linux Command

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 기본 명령어를 실습한다. 

 

01234567

 

 

 

[참조]

https://docs.microsoft.com/ko-kr/windows/wsl/about

https://www.microsoft.com/ko-kr/p/ubuntu-1804-lts/9n9tngvndl3q?activetab=pivot:overviewtab