home folder

  • It is just like in Windows. It is location where a users files/folders are kept. Like Documents, Pictures, etc.. But it also can be a working directory for a user that is used to run a service.


    You can get some user info. typing:


    grep username /etc/passwd


    e.g. for plex user:
    grep plex /etc/passwd


    Code
    plex:x:121:65534::/media/3cbe0e3b-6558-4336-db20-a7a545676236/plexmediaserver:/bin/bash


    This is the plex user's home directory after being moved by the plugin:

    Code
    /media/3cbe0e3b-6558-4336-db20-a7a545676236/plexmediaserver


    The output of the command gave username, groupname (x cuz plex is no group), user id (uid), group id (gid), home directory, shell

  • Ok thanks for the info tekkb.
    Got a lot to learn, but this is a real great piece of software.
    Rich Prim WA3IWT ham call letters.
    Retired Transmitter supervisor for KYW TV3 (TV station) in Philadelphia Pennsylvania USA

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!