directory2 /etc/securetty (root 로그인 가능 터미널 목록 파일) 00 개요리눅스에는 여러 디렉토리가 있다 (참조: 2024.03.20 - [LINUX] - Linux 디렉토리 구조)그 중 구성 (Configuration) 파일들이 모여있는 etc 폴더 안에는 securetty이라는 파일이 있는데 이 파일은 root가 로그인 가능한 터미널 (tty) 목록을 담고 있다01 securetty 파일1. securetty 파일이란?root 사용자가 로그인할 수 있는 터미널 (tty) 들을 나열해 둔 파일2. securetty 파일 내용 예시1) tty - Tele TYpe Writer'Tele TYpe writer'의 약자콘솔이나 터미널을 의미예)tty0 - 직접 본체에 연결되어 있을 때의 콘솔을 의미tty1 - 가상 콘솔tty22) pts'Pseudo TTY Slave'의 .. 2024. 4. 22. Linux 디렉토리 구조 경로설명 (간략)설명 (상)/The Root Directoryeverything on your Linux system is located under the / directory/binEssential User Binaries- The /bin directory contains the essential user binaries (programs) that must be present when the system is mounted in single-user mode- Applications such as Firefox are stored in /usr/bin, while important system programs and utilities such as the bash shell are located i.. 2024. 3. 20. 이전 1 다음