Hello all,
I am reading about automount function. Which I like to try out.
How can I check if my kernel has automount enabled?
Which tools could I use to check?
I used $ uname -r to spit out the kernel version:
2.6.27.29
Many thanks!
Hello all,
I am reading about automount function. Which I like to try out.
How can I check if my kernel has automount enabled?
Which tools could I use to check?
I used $ uname -r to spit out the kernel version:
2.6.27.29
Many thanks!
The automounter is a daemon. You’ll find it in /usr/sbin/automount. Also see:
man automount