From 4875d73141f8e6f9571d14cf555429247e077b62 Mon Sep 17 00:00:00 2001 From: pdiogoantunes Date: Wed, 15 Mar 2017 15:06:01 +0100 Subject: [PATCH] =?UTF-8?q?Savoir=20les=20diff=C3=A9rents=20users=20ont=20?= =?UTF-8?q?=C3=A9cris=20dans=20/tmp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TipsShell.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/TipsShell.md b/TipsShell.md index afbe3348..8e886da6 100644 --- a/TipsShell.md +++ b/TipsShell.md @@ -112,4 +112,10 @@ Quand il s'agit de / - penser à exclure les autres partitions # ncdu / --exclude=/home --exclude=/srv --exclude=/var ... ~~~ -Sinon voir du côté de [HowtoDUC](/HowtoDUC). \ No newline at end of file +Sinon voir du côté de [HowtoDUC](/HowtoDUC). + +## Savoir les différents users ont écris dans /tmp + +~~~{.bash} +$ stat -c %U /tmp/* | sort | uniq +~~~ \ No newline at end of file