Ask a Question related to FreeBSD, Design and Development.
-
Brent Macnaughton #1
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
-
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... -
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... -
What to do to add a secondary user group?
--------------------------------------------------- Format of /etc/group: <Group name>:<Encrypted Password>:<Numerical Group ID>:<Individual user... -
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... -
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... -
Lowell Gilbert #2
Re: Set user/group for installed files?
Brent Macnaughton <brentimus@gmail.com> writes:
Normally, they will be installed as the user running the install> 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?
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



Reply With Quote

