Difference between revisions of "Translations:Development on Linux/18/fr"

From GIMX
Jump to: navigation, search
(Replaced content with "<code> sudo su<br />")
 

(One intermediate revision by the same user not shown)

Line 1: Line 1:
sudo su
+
<code>
+
sudo su<br />
groupadd -f input
 
 
echo "KERNEL==\"event*\", NAME=\"input/%k\", MODE:=\"660\", GROUP=\"input\"" > /etc/udev/rules.d/99-gimx-input.rules
 
echo "KERNEL==\"js*\", NAME=\"input/%k\", MODE:=\"664\", GROUP=\"input\"" >> /etc/udev/rules.d/99-gimx-input.rules
 
chgrp -f input /dev/input/event* /dev/input/js*
 
 
chgrp input /usr/bin/gimx-config /usr/bin/gimx-fpsconfig /usr/bin/gimx-bluetooth /usr/bin/gimx-serial
 
chmod g+s /usr/bin/gimx-config /usr/bin/gimx-fpsconfig /usr/bin/gimx-bluetooth /usr/bin/gimx-serial
 
 
exit
 

Latest revision as of 15:43, 30 September 2015

Information about message (contribute)

This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.

Message definition (Development on Linux)
<code>
sudo su<br />
Translation<code>
sudo su<br />

sudo su