From 4a43a18a92132b8342b8cfe161cdf1e05782adac Mon Sep 17 00:00:00 2001
From: trimstray
:small_orange_diamond: AWS security tools - make your AWS cloud environment more secure.
+ :small_orange_diamond: Mozilla Web Security - help operational teams with creating secure web applications.
+
@@ -383,6 +389,12 @@ Linux Security Expert - trainings, howtos, checklists, security tools an ##### Tool: [terminal](https://en.wikipedia.org/wiki/Linux_console) +###### Reload shell without exit + +```bash +exec $SHELL -l +``` + ###### Close shell keeping all subprocess running ```bash