pici-info
Background and Art project
pici-network
Discussion and community forum
pici-development
Programming and debugging the pici-server
Open source software

Find the name of your PHP user

To find out the name of your PHP user you can run the following php-script on your Server

<?php

$uname = shell_exec ('whoami');
echo ("user name is: <b>$uname </b>");

?>

It is important to know the name of your PHP user, because you have to give it the sudo right to generate the picture in the visudo file.