very nice shell scripting trick:
df -k -F ufs -l | while read FILESYSTEM KBYTES USED AVAIL CAPACITY MOUNTED_ON
do
echo $FILESYSTEM
done
« /etc/nologin | Main | mounting an ISO »
very nice shell scripting trick:
df -k -F ufs -l | while read FILESYSTEM KBYTES USED AVAIL CAPACITY MOUNTED_ON
do
echo $FILESYSTEM
done
This page contains a single entry from the blog
The previous post in this blog was /etc/nologin.
The next post in this blog is mounting an ISO.
Many more can be found on the main index page or by looking through the archives.