5 lines
59 B
Bash
Executable File
5 lines
59 B
Bash
Executable File
#!/bin/sh
|
|
|
|
chmod 777 ./data
|
|
su -s /bin/sh nobody -c server
|