From a6d9b995a108a417d1f9556241799b611a1127fb Mon Sep 17 00:00:00 2001 From: YUUSUKE OKAMOTO <38718737+YUUSUKE18@users.noreply.github.com> Date: Mon, 13 Jan 2025 23:04:39 +0900 Subject: [PATCH] Update articles/ja/how-to-delete-a-file-or-directory-in-linux.md Co-authored-by: yoko <25644062+sidemt@users.noreply.github.com> --- articles/ja/how-to-delete-a-file-or-directory-in-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/ja/how-to-delete-a-file-or-directory-in-linux.md b/articles/ja/how-to-delete-a-file-or-directory-in-linux.md index 2f20280..81804d0 100644 --- a/articles/ja/how-to-delete-a-file-or-directory-in-linux.md +++ b/articles/ja/how-to-delete-a-file-or-directory-in-linux.md @@ -37,7 +37,7 @@ rm filename ### `shred` コマンドの使用 -`shred` コマンドは、ファイルを削除する前に、ファイルの内容を複数回上書きすることで、より安全な削除する方法です。この方法によって、削除されたファイルを復元するのが、難しくなります。 +`shred` コマンドは、ファイルを削除する前に、ファイルの内容を複数回上書きすることで、より確実に削除する方法です。この方法によって、削除されたファイルを復元するのが、難しくなります。 `shred` コマンドを使うには、ターミナルで以下のコマンドを入力します。