On 06/06/2015 04:38 AM, ellanios82 wrote:
Hello List ,
- what please is function of " tmpfs /run/user/488 " , as shown by command ' df ' ?
Actually its "/run" that is the tmpfs. That's created at boot. Its purpose is for dynamic mounts & dynamic user specific data. It is created by pam_systemd and used for storing files used by running processes for that user. These might be things such as dovecot, X11, pulseaudio and many others. Take a look and see For example If *I* stick a USB stick in the USB slot on the front of my PC and it automounts, as its been set to, it appears under /run/usr/501 (uid for anton is 501) and more specifically /var/run/media/anton/25A2-02EF You will see that there is a lot more under /var/run and /run/ A LOT MORE! before systemd think kind of thing was stored in /tmp, which on many systems is not volatile and which, anyway, can be accessed by all users so other ends have to be taken for privacy and isolation. The use of a tmpfs makes things easier in many ways. When a user logs out, and no active sessions remain, pam_systemd will wipe the /run/user/$uid directory out. With old approach, with various files scattered around /tmp, this was more problematic and error prone. See also the environment variable $XDG_SESSION_ID at http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html which is referenced by the man page PAM_SYSTEMD(8) -- A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting frowned upon? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org