1
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?

CompTIA Linux+ 勉強メモ

Last updated at Posted at 2024-11-01

疑問点

2>
ddコマンド
hostコマンド
iopingコマンド
arpコマンド
/var/log/secure
/var/log/syslog
/var/log/messages
/var/log/kern.log

System Management

・/dev/null
「無」を意味するファイル。「hoge.sh < /dev/null」で入力に使えば引き数なしで実行という意味だし、「hoge.sh > /dev/null」なら実行結果は破棄(=出力しない)という意味になる
https://wa3.i-3-i.info/word11733.html

・/dev/zero
null文字が入ってるファイル。容量ありでファイルの中身を黒塗りしたいときに使うもの?
https://wa3.i-3-i.info/word11744.html
https://qiita.com/umeee/items/4e6b9ef349a0ed291644

・/dev/uramdom

Security

Scripting, Containers, and Automation

Troubleshooting

コマンド

  • lsblk
  • rm
    ファイルやディレクトリの削除コマンド
    • rm aaa.txt ⇒ aaa.txtを削除
    • rm -i aaa.txt ⇒ 削除前に消していいか確認したうえでaaa.txtを削除

その他

1
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
1
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?