0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

一般ユーザアカウントを匿名ユーザ化する

Last updated at Posted at 2017-09-28

概要

一般ユーザアカウントのパスワードを削除し、匿名ユーザ(anonymous user)化してみた。

手順

1.指定のアカウントのパスワードを削除する

[root@localhost]# passwd -d <username>
Removingpassword for user <username>
passwd: Success

匿名ユーザとは

 システムが使う認証なしの特殊なアカウント。Windowsではマシンがドメイン・コントローラからユーザー・アカウントの一覧を取得するときなどに使われる。セキュリティ上問題があると指摘されることが多い。また,Internet Information Server/Servicesは,不特定多数のユーザーからのアクセスのために,OSに専用のユーザー・アカウントを登録する。こちらも匿名ユーザーと呼ばれる。
[出典元:ITPro Windows用語辞典より] (http://itpro.nikkeibp.co.jp/article/Keyword/20070209/261643/?rt=nocnt)

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?