[Certificate] Linux Master Level2 (220903_41-80)
41. chgrp: 파일이나 dir 소유그룹 변경 chmod: 파일이나 dir mode 변경 -R: 해당 dir 및 하위 dir까지 변경 42. fsck: file system check, 파일 시스템을 검사하고 수리하는 명령어 e2fsck: linus file system인 ext2, ext3, ext4를 검사하고 수리하는 명령어로 현재 리눅스 배포판에서 fsck 명령 실행 시 실제 사용되는 명령 mkfs: make file system, 새로운 파일 시스템을 만듦 xfs_repair: xfs file system의 검사 및 복구 43. fdisk: disk partitioning status 확인 44. chmod 명령어 u,g,o,a : 소유자(u), 그룹(g), 그 외 사용자(o), 모든 사용자(..
2023. 2. 19.
[Certificate] Linux Master Level2 (220903_1-40)
1. lp /etc/passwd: /etc/passwd 출력 lpc: line printer controller, printer or pinter queue 제어 lpstat: line printer state, 큐 상태 출력 lprm: line printer remove, 큐에 대기중인 작업 삭제 2. System V: lp, lpstat, cancel BSD: lpr, lpc, lpq, lprm 4. OSS: Open Sound System, 리눅스 및 유닉스 운영체제에서 사운드를 만들고 캡처하기 위한 인터페이스, Hannu 개발 ALSA: Advanced Linux Sound Architecture, 리눅스에서 기본적으로 지원되지 않는 사운드카드를 잡을 수 있게 지원하는 드라이버, Jaroslav ..
2023. 2. 18.