계정3 home 파티션에 사용자 계정을 생성 후 쿼터를 설정. ( Quota) 환경 OS : Centos 7.9 Tool : VMware 쿼터(Quota)란 ? 파일시스템마다 사용자나 그룹이 생성할 수 있는 파일의 용량 및 개수를 제한하는 것 1. quoat 설치 yum -y install quota 2. 사용자 생성 useradd bigju echo 12345 | passwd --stdin bigju 3. fstab 수정 vi /etc/fstab UUID=189e6ee3-efe9-462a-9a19-5e2b3dedf2ab /home ext4 defaults,usrquota,grpquota 1 2 --> defaults옆에 usrquota,grpquota (추가) 4. 마운트 mount /dev/sda2 on /home type ext4 (rw) 설정이 바뀌지 않았으므로 재부팅 mo.. 2021. 10. 9. home 파티션에 사용자 계정을 생성 후 쿼터를 설정. ( Quota) 환경 OS : Centos 7.9 Tool : VMware 쿼터(Quota)란 ? 파일시스템마다 사용자나 그룹이 생성할 수 있는 파일의 용량 및 개수를 제한하는 것 1. quoat 설치 yum -y install quota 2. 사용자 생성 useradd bigju echo 12345 | passwd --stdin bigju 3. fstab 수정 vi /etc/fstab UUID=189e6ee3-efe9-462a-9a19-5e2b3dedf2ab /home ext4 defaults,usrquota,grpquota 1 2 --> defaults옆에 usrquota,grpquota (추가) 4. 마운트 mount /dev/sda2 on /home type ext4 (rw) 설정이 바뀌지 않았으므로 재부팅 mo.. 2021. 10. 9. Centos7 APM 소스 설치 설치 환경 : CentOS Linux release 7.9.2009 (Core), VMware 1. HTTPD 설치 # 필요 라이브러리 설치 yum install -y wget yum install -y net-tools yum install -y gcc yum install -y gcc-c++ yum install -y make # 설치에 필요한 파일 다운로드하기 cd /usr/local/src wget https://sourceforge.net/projects/pcre/files/pcre/8.36/pcre-8.36.tar.gz/download //httpd 관련 파일 wget http://apache.tt.co.kr/httpd/httpd-2.4.46.tar.gz //httpd.. 2021. 9. 28. 이전 1 다음