5 lines
83 B
Bash
5 lines
83 B
Bash
|
#!/bin/sh
|
||
|
mkdir /tmp/.X11-unix
|
||
|
chown root /tmp/.X11-unix
|
||
|
chmod 1777 /tmp/.X11-unix
|