Portál AbcLinuxu, 27. července 2025 09:17
$text = "#!/bin/bash
.... obsah scriptu ..... ";
$soubor = fopen("/home/scripts/$soubor", "a+");
fwrite($soubor, $text);
chmod("/home/scripts/$soubor",0777);
close($soubor);
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.