# 現在のユーザーを確認
$ whoami
-> {{自分のユーザー名}}
# rootユーザーでファイル作成
$ su touch test
# ファイルの権限がrootになっていることを確認
$ ls -l test
# ファイルの権限を自分に変える
$ chown {{自分のユーザー名}}:{{自分のユーザー名}} test
# ファイルの所有者が自分になっていることを確認
$ ls -l test
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme