Skip to content

Commit 1fcbd57

Browse files
authored
Fix typo in Linux - Persistence.md
1 parent 2148c89 commit 1fcbd57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Methodology and Resources/Linux - Persistence.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ or add the following line inside its .bashrc file.
7272

7373
```powershell
7474
$ chmod u+x ~/.hidden/fakesudo
75-
$ echo "alias sudo=~/.hidden/fakesudo" >> ~./bashrc
75+
$ echo "alias sudo=~/.hidden/fakesudo" >> ~/.bashrc
7676
```
7777

7878
and create the `fakesudo` script.

0 commit comments

Comments
 (0)