Set user/group for installed files?

Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default Set user/group for installed files?

    I've looked everywhere and i can't seem to find anything. If I build
    software from source, when i do make install, I would like to be able
    to set the owner and group for the installed files at that time so I
    don't have to go searching all over the file system to find what
    files were installed and change the owner and group on them after. Is
    there any way to specify whcih user/group to install files as?
    Brent Macnaughton Guest

  2. Similar Questions and Discussions

    1. how to tell a user if they have a microphone installed
      hello; It seems that many users do not know if their computer has a microphone or not and because many of them do not know where the mic volume...
    2. Updating Apache user and group files (used with .htaccess) with Cold Fusion on Windows
      Hi everyone, I have a unique question. We use Apache 2.0.54 and ColdFusion 6.1 on Windows 2000 Server, and I need to find a way to edit the user...
    3. What to do to add a secondary user group?
      --------------------------------------------------- Format of /etc/group: <Group name>:<Encrypted Password>:<Numerical Group ID>:<Individual user...
    4. Still need end user QuickTime installed?
      Hi, I have a QT movie in the Director movie and undoubtedly by default QT Xtra is added to projector. I wanna know does the end user still need the...
    5. Specify more than 1 supplementary group for a user ??
      Whenever I do: usermod -G groupname username ..... any existing supplementary group of username, as shown from /etc/group, gets removed and...
  3. #2

    Default Re: Set user/group for installed files?

    Brent Macnaughton <brentimus@gmail.com> writes:
    > I've looked everywhere and i can't seem to find anything. If I build
    > software from source, when i do make install, I would like to be able
    > to set the owner and group for the installed files at that time so I
    > don't have to go searching all over the file system to find what
    > files were installed and change the owner and group on them after. Is
    > there any way to specify whcih user/group to install files as?
    Normally, they will be installed as the user running the install
    command. The install procedures for many programs will override this,
    but the ways in which they do so vary from program to program.

    Unless there are setuid programs involved, I don't see why you'd
    generally care who owned the files. [And a few other exceptions,
    such as being able to write high score files, etc.]
    Lowell Gilbert Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139