diff --git a/TipsShell.md b/TipsShell.md index 8ce874aa..5a443070 100644 --- a/TipsShell.md +++ b/TipsShell.md @@ -540,6 +540,12 @@ $ cat ${DATE}*.html | grep --color '[0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+' ## Processus / Process +### Pour un utilisateur + +~~~{.bash} +pgrep -u | xargs -r ps -F +~~~ + ### Surveiller les nouveaux processus créés #### Liste simple