Advertisement
Guest User

systemd automount

a guest
Jun 16th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.03 KB | None | 0 0
  1. $ systemctl list-units --type=automount --all
  2. UNIT                              LOAD   ACTIVE SUB     DESCRIPTION
  3. proc-sys-fs-binfmt_misc.automount loaded active running Arbitrary Executable File Formats File System Automount Point
  4.  
  5. LOAD   = Reflects whether the unit definition was properly loaded.
  6. ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
  7. SUB    = The low-level unit activation state, values depend on unit type.
  8.  
  9. 1 loaded units listed.
  10. To show all installed unit files use 'systemctl list-unit-files'.
  11.  
  12.  
  13. $ systemctl status proc-sys-fs-binfmt_misc.automount
  14. proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point
  15.    Loaded: loaded (/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount; static)
  16.    Active: active (running) since Tue 2015-06-16 19:09:47 EDT; 2h 24min ago
  17.     Where: /proc/sys/fs/binfmt_misc
  18.      Docs: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
  19.            http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement