[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: why is my local user (/dev/sda5) drive not being displayed by df?



 with your help I found a way around it (here is my silly scripting):

$ sudo _DF=$(df -h)

date
echo "${_DF}" | head -n 1
echo "${_DF}" | grep $(whoami)
$

 lbrtchx


Reply to: