Skip to content

Commit

Permalink
Fix typo in Linux - Persistence.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srabraham authored Jul 2, 2021
1 parent 2148c89 commit 1fcbd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Methodology and Resources/Linux - Persistence.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1fcbd57

Please sign in to comment.