기본명령어1 기본적인 리눅스 명령어 정리 0. 명령어 확인 man 명령어 : 명령어 매뉴얼 확인 가능(manual) $ man man ``` NAME pwd - print name of current/working directory SYNOPSIS pwd [OPTION]... DESCRIPTION Print the full filename of the current working directory. -L, --logical use PWD from environment, even if it contains symlinks ... ``` 1. 기본 동작 pwd : 현재 자신이 위치한 작업 디렉토리를 확인(print working directory) $ pwd /home/ubuntu cd 디렉토리명 : 디렉토리 이동(change directory) .. 2022. 11. 8. 이전 1 다음