24 Aug
2016
24 Aug
'16
7 a.m.
On 22 August 2016 at 10:31, Chris Green <cl@isbd.net> wrote:
I quite like the layout but I could do without all those cgroup entries in particular. However like mount findmnt doesn't have any way to filter the output with environment or configuration.
findmnt -t nocgroup,nodebugfs,notracefs ?? You can decide which types to exclude and alias the result to something useful. Or just select the types you care about by dropping the "no" prefix - this is basically the same as mount and man findmnt actually directs you to man mount for reference. Mark