首页 > 编程 > .NET > 正文

如何使用户没有telnet和ftp权限

2024-07-21 02:35:13
字体:
来源:转载
供稿:网友

  1.若只希望用户没telnet权限,则需要修改/etc/passwd中对应该用户的shell为/bin/true。
  2.若只希望用户没有telnet和FTP权限,则需要修改/etc/passwd中对应该用户的shell为/bin/false。

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表