[rhel 7 레드햇 리눅스 7.0 /proc/ 가상 파일 시스템 공간 /PROC VIRTUAL FILE SYSTEM]
대부분의 파일 시스템과는 다르게, /proc 폴더는 텍스트, 바이너리 파일을 저장하지 않는다. 대신에 해당 폴더에는 가상 virtual 파일들을 보관한다. 그래서 /proc 는 일반적으로 가상 파일 시스템으로 언급된다. 이러한 가상 파일들은 매우 큰 데이터라 하더라도 0 bytes의 크기를 가진다.
/proc 디렉토리는 저장용으로 사용되지 않는다. 이 폴더의 주된 목적은 하드웨어, 메모리, 실행중 프로세스 등에 파일 기반 인터페이스를 제공해주기 위함이다. 실시간 정보는 검색된다 많은 시스템들에 의해 검색될 수 있다. 그 중 의 일부는 커널의 실행을 위해서 실행될 수 있다.
/proc 파일들은 시스템 스토리지는 관리하고 모니터링 하는데 사용된다.
/proc/devices
- Displays various character and block devices that are currently configured.
- /proc/filesystems
- Lists all file system types currently supported by the kernel.
- /proc/mdstat
- Contains current information on multiple-disk or RAID configurations on the system, if they exist.
- /proc/mounts
- Lists all mounts currently used by the system.
- /proc/partitions
- Contains partition block allocation information.
'Linux' 카테고리의 다른 글
파일 시스템 관리 File System Structure and Maintenance (0) | 2015.05.03 |
---|---|
Redhat 7.0 에서만 사용되는 특수 filesystem 경로 location (0) | 2015.05.03 |
btrfs BTRFS 파일 시스템 생성 (0) | 2015.05.03 |
NFS 네트워크 파일 시스템 (0) | 2015.05.03 |
[rhel 7]rhel7 Linux 7 FTP vftpd 설명 및 구현 설정 (0) | 2015.05.03 |