目次

FreeBSDのユーザー管理いろいろ

ユーザー削除

rmuserコマンドを使う

sudo rmuser username
Matching password entry:

username:*:2002:2002::0:0:User &:/home/username:/bin/sh

Is this the entry you wish to remove? y
Remove user's home directory (/home/username)? y
Removing user (username): mailspool home passwd.

/usr/share/skel

新規ユーザーのホームディレクトリには、/usr/share/skelの中身がコピーされる。

そのシステムに共通の設定ファイル(メールクライアントの初期設定とか)や、ディレクトリなんかを置いておくと便利。