FAM

From ArchWiki

Jump to: navigation, search
i18n
Deutsch
English
Español
Italiano
Русский
简体中文
Image:Tango-preferences-desktop-locale.png This page (or parts of it) was marked to be translated.
If you speak the original and target languages of the page, feel free to finish the translation. After you have finished the translation, remove the {{translateme}} flag from the document.

Contents

Introduction

The File Alteration Monitor (FAM) daemon is used by desktop environments such as a GNOME and Xfce to monitor and report changes to the filesystem. FAM is also used by the Samba server daemon. Note that KDE no longer uses FAM, they have moved to the kernel based inotify which requires no special configuration.

Warning: FAM is very obslete and death project, use if you can Gamin. Gamin is a reimplementation of the FAM specification. It is newer and more actively maintained, and also simpler to set up.

Installation

FAM will usually be installed as a dependency for another package. It can be explicitly installed with:

pacman -S fam

Configuration

FAM can be started manually with:

/etc/rc.d/fam start

To start FAM at boot add fam to your DAEMONS line in rc.conf. If you are using the NetworkManager daemon fam must be after networkmanager

More Resources

FAM

FAM, Gamin and inotify

Personal tools