Difference between revisions of "Ubuntu services"
From Teknologisk videncenter
m (New page: '''chkconfig''' er ikke standard i Ubuntu <source lang=cli> root@heth-desktop:/etc/init.d# <input>apt-get install chkconfig</input> <notice>Output omitted....</notice> root@heth-deskto...) |
m |
||
Line 6: | Line 6: | ||
xrdp 0:off 1:off 2:on 3:on 4:on 5:on 6:off | xrdp 0:off 1:off 2:on 3:on 4:on 5:on 6:off | ||
</source> | </source> | ||
+ | |||
+ | {{Source cli}} | ||
[[Category:Ubuntu]] | [[Category:Ubuntu]] |
Latest revision as of 07:48, 5 June 2010
chkconfig er ikke standard i Ubuntu
root@heth-desktop:/etc/init.d# <input>apt-get install chkconfig</input>
<notice>Output omitted....</notice>
root@heth-desktop:/etc/init.d# <input>chkconfig -l xrdp</input>
xrdp 0:off 1:off 2:on 3:on 4:on 5:on 6:off