shell script 명령어1 readonly (shell script 명령어) 01 readonly란1. 정의Shell 변수 (shell variable)를 설정할 때 설정된 값을 변경 불가능하게 하는 명령어 (Mark shell variables as unchangeable)즉, VAR=value 라고만 명시하면 VAR 값을 나중에 변경/삭제 가능하지만 readonly VAR=value 라고 명시하면 추후에 VAR 값 변경/삭제 불가능 Shell 변수란참조: 2024.04.30 - [Shell] - Shell 변수 (variable)Shell Script에서 어떤 데이터 종류(숫자, 문자, 파일명 등등)를 갖고 있던지 궁극적으로는 문자열 형태로 할당되는 변수2. 문법readonly [-aAf] [name[=value] ...]readonly -p3. 옵션An argument .. 2024. 4. 29. 이전 1 다음