Raspberry Pi_Kor_16.1.2 directory와 파일의 이름 규칙

16.1.2 directory와 파일의 이름 규칙

directory와 파일에 이름을 부여할 때는 다음과 같은 규칙에 따른다.

■ 대문자, 소문자를 구별하며, 기본적으로 소문자 사용을 권장한다.

■ 문자는 알파벳, 숫자, 하이픈(-), period(.)만 사용을 권장한다.

■ *, &, |, ” “, $ 공백 등은 사용을 권하지 않는다.

■ 시작문자 period(.)는 숨김파일을 의미하므로 유의해서 사용한다.

■ 확장자 개념이 없다.

■ 길이는 파일 유형에 따라 달라질 수 있지만 통상 255 문자까지 가능함

Raspberry Pi_Eng_16.1.2 Naming Rules for Directory and File

16.1.2 Naming Rules for Directory and File

When naming directory and file, the rules below should be followed:

■ It is case sensitive, and lowercase is recommended by default

■ It is recommended to use only alphanumeric characters, hyphen (-), and period (.).

■ It is not recommended to use *, &, |, ” “, $, blank, and so on.