Search Results

Search: Posts Made By: Linux001
1,611
Posted By Perderabo
The best forum is News, Links, Events and...
The best forum is News, Links, Events and Announcements (https://www.unix.com/news-links-events-announcements/).
4
2,460
Posted By ygemici
try this # comm -32 <(awk '!/^#/{print $2}'...
try this
# comm -32 <(awk '!/^#/{print $2}' /etc/fstab|sort) <(mount|awk '{print $3}' |sort -u)
4
2,460
Posted By bartus11
Try: comm -23 <(awk '{print $2}' /etc/fstab |...
Try: comm -23 <(awk '{print $2}' /etc/fstab | sort) <(mount | awk '{print $3}' | sort)
It will incorrectly show swap partition as unmounted, as it is not present in mount command output.
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 04:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy