2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 04:36:36 +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:
rudolfkoenig 2017-03-23 06:54:13 +00:00
parent ba547a8598
commit a74e7de412
2 changed files with 7 additions and 2 deletions

View File

@ -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 &lt;fhemhost&gt;:7072 "&lt;fhem-command&gt" "..."</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! -->

View File

@ -158,6 +158,9 @@ Die Kommunikation mit FHEM kann entweder in einer "session" (&uuml;ber telnet) o
<ul>
<code>fhem.pl &lt;fhemhost&gt;:7072 "&lt;command&gt;..."</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! -->