[Flow] Linux Beginner > Can't access ./flow

Robert Lemke robert at typo3.org
Wed Sep 25 18:15:41 CEST 2013


Hi Axel,

Axel Wüstemann | Qbus Werbeagentur wrote:

> sorry for this maybe stupid question. I'm just switched from windows to
> ubuntu so I'm still a bit unfamiliar with linux.
> 
> In a terminal I'm in my project folder htdocs/<project>. With ls -l I
> see the flow-Script, but with ./flow I get ": Datei oder Verzeichnis
> nicht gefunden"
> 
> What do I wrong?

maybe "flow" doesn't have execution permissions. Try setting them with

sudo chmod 755 flow

Cheers,
Robert


More information about the Flow mailing list