0
0

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 3 years have passed since last update.

勉強日誌23日目

Posted at

本日は秋晴れだったらしいですね!
心地よい天気でした。

正答率 83%(72)

getent passwd
ローカルやLDAPサーバで管理しているユーザー情報の一覧を表示

usermod -U user
ユーザアカウントuserのロックを解除

id
自分のアカウントのIDや所属グループを確認

userdel -d user
ユーザアカウントuserを削除する際にホームディレクトリも

id user
ユーザーuserのユーザIDや所属グループを表示

正答率 81%(96)

0 */2 * * 5,6
スクリプトを金曜日と土曜日のに2時間ごと実行

crontab
ユーザー用のcronの設定、表示を行う

正答率 74%(70)

locale
現在のロケールの設定を確認

iconv -l 文字コードの変換を行うコマンドで、扱える文字コードを表示するコマンド

/etc/locale.conf
システム全体のロケールの設定ファイル

LC_TIME
ロケールの設定で日付や時刻

locale -a
ロケールの環境変数に設定できる値の確認

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?