vsftpd접속시 xfs 쿼터설정된 사용자별 용량표기 스크립트
# Operation System/Linux2020. 3. 20. 16:01vsftpd접속시 xfs 쿼터설정된 사용자별 용량표기 스크립트

vsftpd.conf dirmessage_enable=YES 위 옵션이 활성화 되어 있어야합니다. 그러면 ftp접속시 사용자 홈폴더에 있는 .message파일안에 있는 내용을 디스플레이해줍니다. script #!/bin/bash arr=(`cat /etc/projects | awk -F: '{print $2}'`) for((i=0;i $user_msg done

xfs_quota: cannot set limits
# Operation System/Linux2020. 3. 13. 15:17xfs_quota: cannot set limits

xfs_quota: cannot set limits: 함수를 구현하지 않았습니다 mount정보 확인해보니 pquota옵션이 빠져있었음. # 해결방법 fstab을 수정해서 재부팅하거나 remount하는 방법 $ mount --options remount [마운트정보] 테스트해보니 remount는 안먹혀서 결국 재부팅함 ㅜ

image