리눅스-기초명령어/파일 제어 (1) 썸네일형 리스트형 파일 제어 1. cron 접근제어 1.1. cron.deny 디렉토리가 존재하고 파일이 비어있지 않다면 이 파일에 올라온 사용자를 제외하고 모든 사용자는 crontab을 사용할 수 있다. # cron.deny 파일에 admin 등록 [root@Linux ~]# vi /etc/cron.deny --------------------------- admin --------------------------- [root@Linux ~]# su - admin [admin@Linux ~]# crontab -e You (admin) are not allowed to use this program (crontab) See crontab(1) for more information 1.2. cron.allow 디렉토리가 존재하고 파일.. 이전 1 다음