Linux Beginner Module 1
- Command and Argument- Command TypesInternal or Built - in Commandsecho, cd, pwd, set etc echo 텍스트나 변수의 값을 출력하는 데 사용 ex) ech $PATHPATH 는 실행 파일이 저장된 directory 경로들의 리스트를 담고 잇는 환경 변수로 위의 명령어는환경변수 PATH 의 값을 출력한다. External Commandsmv, date uptime, cp, etc ** Basic Linux Commands **pwd(present working directory)ls (List contetns) mkdir (make a new directory)ex) mkdir Asiaex) mkdir Europe Asia Africa ..
2025.01.13