From 1fcbd576fe09041ea42b3b325e1ee87a99369703 Mon Sep 17 00:00:00 2001 From: "Sean R. Abraham" Date: Fri, 2 Jul 2021 16:18:35 -0600 Subject: [PATCH] Fix typo in Linux - Persistence.md --- Methodology and Resources/Linux - Persistence.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Methodology and Resources/Linux - Persistence.md b/Methodology and Resources/Linux - Persistence.md index dfe8332..929eedd 100644 --- a/Methodology and Resources/Linux - Persistence.md +++ b/Methodology and Resources/Linux - Persistence.md @@ -72,7 +72,7 @@ or add the following line inside its .bashrc file. ```powershell $ chmod u+x ~/.hidden/fakesudo -$ echo "alias sudo=~/.hidden/fakesudo" >> ~./bashrc +$ echo "alias sudo=~/.hidden/fakesudo" >> ~/.bashrc ``` and create the `fakesudo` script.