From 6f67a4762f0140f75a8303d88cadb1ac0b14375d Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Thu, 2 Aug 2018 12:03:18 -0700 Subject: [PATCH] Clarify command for deleting unix system users --- docs/topic/security.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/topic/security.rst b/docs/topic/security.rst index e91e858..b59d911 100644 --- a/docs/topic/security.rst +++ b/docs/topic/security.rst @@ -48,14 +48,14 @@ When you delete users from the JupyterHub admin console, their unix user account are **not** removed. This means they might continue to have access to the server even after you remove them from JupyterHub. Admins should manually remove the user from the server & archive their home directories as needed. For example, the -following command deletes the user ``yuvi``. +following command deletes the unix user associated with the JupyterHub user ``yuvipanda``. .. code-block:: - userdel yuvi + sudo userdel jupyter-yuvipanda -If the user removed -from the server is an admin, extra care must be taken since they could have -modified the system earlier to continue giving them access. +If the user removed from the server is an admin, extra care must be taken +since they could have modified the system earlier to continue giving them +access. Per-user ``/tmp`` =================