摘要: 参考:https://blog.csdn.net/ate0168/article/details/109319432 添加test用户: useradd test -s /sbin/nologin //限定用户test不能telnet,不能ssh登录服务器,只能ftp。 passwd test 注意 阅读全文
posted @ 2024-04-09 16:46 angelfzt 阅读(3) 评论(0) 推荐(0) 编辑