Raspberry Pi_Kor_16.1.3 폴더와 파일의 경로 지정

16.1.3 폴더와 파일의 경로 지정

Linux에서 directory나 파일의 경로를 지정하는 방법은 경로를 지정할 때 기술하는 시작 위치에 따라 두 가지가 있다. 하나는 “/” (root directory)에서 시작하는 절대경로 방식이고, 다른 하나는 현재의 작업위치를 기준으로 기술하는 상대경로 방식이다.

Raspberry Pi_Eng_16.1.3 Specifying Paths for Directory and File

16.1.3 Specifying Paths for Directory and File

There are two ways to specify the path to a directory or file in Linux, depending on the start position described when specifying the path. One is an absolute path method starting from “/” (root directory), and another one is a relative path method based on the current working position.