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

From GIMX
Jump to: navigation, search
(Created page with "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/...")
 
(Replaced content with "<code> sudo su<br />")
 

(3 intermediate revisions by the same user not shown)

Line 1: Line 1:
groupadd -f input
+
<code>
+
sudo su<br />
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 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
 

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