TipsShell: Ajouter pgrep

This commit is contained in:
Alexis Ben Miloud--Josselin 2024-03-11 10:43:05 +01:00
parent 72069b3fa6
commit 8a951f899e

View file

@ -540,6 +540,12 @@ $ cat ${DATE}*.html | grep --color '<td>[0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+</td>'
## Processus / Process
### Pour un utilisateur
~~~{.bash}
pgrep -u <user1> | xargs -r ps -F
~~~
### Surveiller les nouveaux processus créés
#### Liste simple