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 + ```