<![CDATA[Latest posts for the topic "bảo mệt dữ liệu cho từng tài khoản FTP"]]> /hvaonline/posts/list/8.html JForum - http://www.jforum.net bảo mệt dữ liệu cho từng tài khoản FTP /hvaonline/posts/list/42292.html#263209 /hvaonline/posts/list/42292.html#263209 GMT bảo mệt dữ liệu cho từng tài khoản FTP usermode với tham số -d để thiết lập lại HOME_DIR cho user đó. (Tìm hiểu về thêm usermode command) Lưu ý là khi tạo user ftp thì cần thiết lập quyền cho cẩn thận. Ví dụ: Code:
# useradd -m -G ftp -s /sbin/nologin -d /home/ftpuser ftpuser
Hoặc thiết lập lại quyền cho một user ftp đã tồn tại: Code:
# usermod ftpuser -G ftp -s /sbin/nologin -d /home/ftpuser
P/S: Tiêu đề sai chính tả. :D]]>
/hvaonline/posts/list/42292.html#263232 /hvaonline/posts/list/42292.html#263232 GMT
bảo mệt dữ liệu cho từng tài khoản FTP

tarzanvip wrote:
Cái này đơn giản là chỉ cần dùng lệnh usermode với tham số -d để thiết lập lại HOME_DIR cho user đó. (Tìm hiểu về thêm usermode command) Lưu ý là khi tạo user ftp thì cần thiết lập quyền cho cẩn thận. Ví dụ: Code:
# useradd -m -G ftp -s /sbin/nologin -d /home/ftpuser ftpuser
Hoặc thiết lập lại quyền cho một user ftp đã tồn tại: Code:
# usermod ftpuser -G ftp -s /sbin/nologin -d /home/ftpuser
P/S: Tiêu đề sai chính tả. :D 
cai vụ quên tiêu đề thật sự xin lỗi. thanks bạn nhá mình sẽ thử cách bạn hướng dẫn]]>
/hvaonline/posts/list/42292.html#263430 /hvaonline/posts/list/42292.html#263430 GMT