You can't have spaces in file names (well not unless you go through some additional hoops). Your easiest bet is to change the samplesheet filename so the command changes from
/home/projects/llumina_sample sheet.csv
to
/home/projects/llumina_sample_sheet.csv
Using -p 80 is not recommended unless you have a very high performance storage system. 12-18 cores total are generally fine for demultiplexing. You should specify the threads explicitly like -r 6 -p 6 -w 6 (18 total in this example, see what then mean by looking at the in-line help).
Thank you! this helps.