ReadLinkEMtab - command readlink -e /etc/mtab
The readlink -e /etc/mtab
command provides information about
the path of mtab
file.
- Sample content from command
readlink -e /etc/mtab
is:: /proc/4578/mounts
Examples
>>> mtab.path
'/proc/4578/mounts'
- class insights.parsers.readlink_e_mtab.ReadLinkEMtab(context, extra_bad_lines=None)[source]
Bases:
CommandParser
Class for command: readlink -e /etc/mtab
- property path
Returns real file path from command