mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
commandref: describe setuid(fhem) (Forum #69425)
git-svn-id: https://svn.fhem.de/fhem/trunk@13778 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ba547a8598
commit
a74e7de412
@ -148,11 +148,10 @@ When starting the server you have to specify a configuration file:<br>
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
A minimal configuration file looks like: <pre>
|
||||
A reasonable minimal configuration file looks like: <pre>
|
||||
attr global <a href="#logfile">logfile</a> log/fhem.log
|
||||
attr global <a href="#modpath">modpath</a> .
|
||||
attr global <a href="#statefile">statefile</a> log/fhem.save
|
||||
attr global <a href="#verbose">verbose</a> 3
|
||||
define telnetPort <a href="#telnet">telnet</a> 7072 global
|
||||
define WEB <a href="#FHEMWEB">FHEMWEB</a> 8083 global</pre>
|
||||
|
||||
@ -178,6 +177,9 @@ telnet) or single client command (via fhem.pl). Example:
|
||||
<ul>
|
||||
<code>fhem.pl <fhemhost>:7072 "<fhem-command>" "..."</code>
|
||||
</ul>
|
||||
<br>
|
||||
If a OS-user called fhem exists, and FHEM is started as root, FHEM will
|
||||
automatically change to to this user via setuid. <br>
|
||||
</ul>
|
||||
<!-- intro end - diese Zeile nicht entfernen! -->
|
||||
|
||||
|
@ -158,6 +158,9 @@ Die Kommunikation mit FHEM kann entweder in einer "session" (über telnet) o
|
||||
<ul>
|
||||
<code>fhem.pl <fhemhost>:7072 "<command>..."</code>
|
||||
</ul>
|
||||
<br>
|
||||
Falls FHEM als root gestartet wurde, und ein OS-Benutzer fhem existiert, dann
|
||||
wechselt FHEM nach dem start zu diesem Benutzer (via setuid). <br>
|
||||
</ul>
|
||||
<br>
|
||||
<!-- intro end - diese Zeile nicht entfernen! -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user