MENU
TOP
Blog
AI
Sitemap
Language
AIを学び、探究し、未来を創る。AIエンジニアのためのAI情報解説サイト。AIと未来を創る、ゼロからの一歩 / Building the new world from zero with AI.
TOP
Blog
PublicTool
Contact
TOP
Blog
PublicTool
Contact
ホーム
メモ
メモ
– tag –
Bash
Bashコマンド – find -ファイルやディレクトリを検索
find コマンドを使用して探す 使用例 sudo find / -name test.sh 2>/dev/null サーバー全体から test.sh を検索します。 /: ルートディレクトリからすべて検索。 -name: 指定した名前のファイルを探す。 2>/dev/null: エラーメッセージ(アクセス権限の...
2024年11月26日
1
閉じる