From b999832b92c056212becef2a58eba761435084c1 Mon Sep 17 00:00:00 2001 From: ACIC <50239597+ACIC-Africa@users.noreply.github.com> Date: Thu, 13 Jun 2019 12:09:17 +0300 Subject: [PATCH] Update Other_Tools_Used.md --- Other_Tools_Used.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Other_Tools_Used.md b/Other_Tools_Used.md index a4151a8..f489012 100644 --- a/Other_Tools_Used.md +++ b/Other_Tools_Used.md @@ -9,3 +9,8 @@ ``` find /home -iname "*_of_*" ``` + 3. `mount`: Mount ISO + + ``` + mount -o loop /home/kylo_ren/.secret_files/my_recordings_do_not_open.iso /media/iso + ```