Advertisement
Guest User

ssh

a guest
Sep 17th, 2022
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.80 KB | None | 0 0
  1. login as: xyz
  2. xyz@access9161fg654.webspace-data.io's password:
  3. Linux infong-eu408 4.4.302-icpu-088 #2 SMP Tue Jul 12 10:29:32 UTC 2022 x86_64
  4.  
  5. The programs included with the Debian GNU/Linux system are free software;
  6. the exact distribution terms for each program are described in the
  7. individual files in /usr/share/doc/*/copyright.
  8.  
  9. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  10. permitted by applicable law.
  11. (uiserver):xyz:~$ cd /Website
  12. -bash: cd: /Website: No such file or directory
  13. (uiserver):xyz:~$ list -all
  14. -bash: list: command not found
  15. (uiserver):xyz:~$ ls -all
  16. total 12
  17. drwx---r-t 5 xyz ftpusers 91 Sep 17 16:07 .
  18. drwxr-xr-t 6 root root 173 Sep 17 01:00 ..
  19. -rw------- 1 xyz ftpusers 3689 Sep 17 16:07 .bash_history
  20. drwx---r-x 3 xyz ftpusers 65 Sep 16 20:13 .subversion
  21. -rw----r-- 1 xyz ftpusers 0 Sep 17 15:51 0
  22. -rw----r-- 1 xyz ftpusers 0 Sep 17 15:51 1
  23. drwx---r-x 10 xyz ftpusers 4096 Sep 16 20:12 Website
  24. drwxr-xr-x 3 root root 4096 Sep 17 15:10 logs
  25. (uiserver):xyz:~$ cd
  26. (uiserver):xyz:~$ cd website
  27. -bash: cd: website: No such file or directory
  28. (uiserver):xyz:~$ cd/Website
  29. -bash: cd/Website: No such file or directory
  30. (uiserver):xyz:~$ cd /Website
  31. -bash: cd: /Website: No such file or directory
  32. (uiserver):xyz:~$ cd Website
  33. (uiserver):xyz:~/Website$ bin/console theme:create
  34. -bash: bin/console: Permission denied
  35. (uiserver):xyz:~/Website$ theme:create
  36. -bash: theme:create: command not found
  37. (uiserver):xyz:~/Website$ ls -all
  38. total 612
  39. drwx---r-x 10 xyz ftpusers 4096 Sep 16 20:12 .
  40. drwx---r-t 5 xyz ftpusers 91 Sep 17 16:07 ..
  41. -rw----r-- 1 xyz ftpusers 1407 Sep 16 20:12 .env
  42. -rw----r-- 1 xyz ftpusers 369 Sep 16 18:13 .htaccess
  43. -rw----r-- 1 xyz ftpusers 32 Sep 16 20:00 .uniqueid.txt
  44. -rw----r-- 1 xyz ftpusers 1511 Sep 16 18:13 Dockerfile
  45. -rw----r-- 1 xyz ftpusers 41 Sep 16 18:13 PLATFORM_COMMIT_SHA
  46. -rw----r-- 1 xyz ftpusers 10263 Sep 16 18:13 README.md
  47. drwx---r-x 2 xyz ftpusers 287 Sep 16 18:13 bin
  48. -rw----r-- 1 xyz ftpusers 3360 Sep 16 18:13 composer.json
  49. -rw----r-- 1 xyz ftpusers 545189 Sep 16 18:13 composer.lock
  50. drwx---r-x 7 xyz ftpusers 173 Sep 16 18:13 config
  51. drwx---r-x 5 xyz ftpusers 72 Sep 16 18:13 custom
  52. -rw----r-- 1 xyz ftpusers 6420 Sep 16 18:13 easy-coding-standard.php
  53. drwx---r-x 2 xyz ftpusers 23 Sep 16 18:13 files
  54. -rw----r-- 1 xyz ftpusers 2767 Sep 16 18:13 index.html
  55. -rw----r-- 1 xyz ftpusers 12 Sep 16 20:12 install.lock
  56. -rw----r-- 1 xyz ftpusers 1050 Sep 16 18:13 license.txt
  57. -rw----r-- 1 xyz ftpusers 209 Sep 16 18:13 phpstan.neon
  58. -rw----r-- 1 xyz ftpusers 2897 Sep 16 18:13 phpunit.xml.dist
  59. -rw----r-- 1 xyz ftpusers 1889 Sep 16 18:13 psalm.xml
  60. drwx---r-x 11 xyz ftpusers 255 Sep 17 15:24 public
  61. drwx---r-x 2 xyz ftpusers 88 Sep 16 18:13 src
  62. drwx---r-x 4 xyz ftpusers 95 Sep 16 20:26 var
  63. drwx---r-x 70 xyz ftpusers 4096 Sep 16 18:16 vendor
  64. (uiserver):xyz:~/Website$ bin/console theme:create
  65. -bash: bin/console: Permission denied
  66. (uiserver):xyz:~/Website$ bash: php
  67. -bash: bash:: command not found
  68. (uiserver):xyz:~/Website$ php bin/console theme:create
  69. Content-type: text/html
  70.  
  71. <br />
  72. <b>Parse error</b>: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in <b>/homepages/45/d916182654/htdocs/Website/bin/console</b> on line <b>4</b><br />
  73. (uiserver):xyz:~/Website$ /usr/bin/php bin/console
  74. Content-type: text/html
  75.  
  76. <br />
  77. <b>Parse error</b>: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in <b>/homepages/45/d916182654/htdocs/Website/bin/console</b> on line <b>4</b><br />
  78. (uiserver):xyz:~/Website$ theme:create
  79. -bash: theme:create: command not found
  80. (uiserver):xyz:~/Website$ cd -ls
  81. -bash: cd: -l: invalid option
  82. cd: usage: cd [-L|[-P [-e]] [-@]] [dir]
  83. (uiserver):xyz:~/Website$ ls -all
  84. total 612
  85. drwx---r-x 10 xyz ftpusers 4096 Sep 16 20:12 .
  86. drwx---r-t 5 xyz ftpusers 91 Sep 17 16:07 ..
  87. -rw----r-- 1 xyz ftpusers 1407 Sep 16 20:12 .env
  88. -rw----r-- 1 xyz ftpusers 369 Sep 16 18:13 .htaccess
  89. -rw----r-- 1 xyz ftpusers 32 Sep 16 20:00 .uniqueid.txt
  90. -rw----r-- 1 xyz ftpusers 1511 Sep 16 18:13 Dockerfile
  91. -rw----r-- 1 xyz ftpusers 41 Sep 16 18:13 PLATFORM_COMMIT_SHA
  92. -rw----r-- 1 xyz ftpusers 10263 Sep 16 18:13 README.md
  93. drwx---r-x 2 xyz ftpusers 287 Sep 16 18:13 bin
  94. -rw----r-- 1 xyz ftpusers 3360 Sep 16 18:13 composer.json
  95. -rw----r-- 1 xyz ftpusers 545189 Sep 16 18:13 composer.lock
  96. drwx---r-x 7 xyz ftpusers 173 Sep 16 18:13 config
  97. drwx---r-x 5 xyz ftpusers 72 Sep 16 18:13 custom
  98. -rw----r-- 1 xyz ftpusers 6420 Sep 16 18:13 easy-coding-standard.php
  99. drwx---r-x 2 xyz ftpusers 23 Sep 16 18:13 files
  100. -rw----r-- 1 xyz ftpusers 2767 Sep 16 18:13 index.html
  101. -rw----r-- 1 xyz ftpusers 12 Sep 16 20:12 install.lock
  102. -rw----r-- 1 xyz ftpusers 1050 Sep 16 18:13 license.txt
  103. -rw----r-- 1 xyz ftpusers 209 Sep 16 18:13 phpstan.neon
  104. -rw----r-- 1 xyz ftpusers 2897 Sep 16 18:13 phpunit.xml.dist
  105. -rw----r-- 1 xyz ftpusers 1889 Sep 16 18:13 psalm.xml
  106. drwx---r-x 11 xyz ftpusers 255 Sep 17 15:24 public
  107. drwx---r-x 2 xyz ftpusers 88 Sep 16 18:13 src
  108. drwx---r-x 4 xyz ftpusers 95 Sep 16 20:26 var
  109. drwx---r-x 70 xyz ftpusers 4096 Sep 16 18:16 vendor
  110. (uiserver):xyz:~/Website$ php -v
  111. PHP 4.4.9 (cgi-fcgi) (built: Jul 7 2021 07:43:18)
  112. Copyright (c) 1997-2008 The PHP Group
  113. Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
  114. (uiserver):xyz:~/Website$ /opt/plesk/php/7.3/bin/php bin/console theme:create
  115. -bash: /opt/plesk/php/7.3/bin/php: No such file or directory
  116. (uiserver):xyz:~/Website$ php bin/console theme:create
  117. Content-type: text/html
  118.  
  119. <br />
  120. <b>Parse error</b>: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in <b>/homepages/45/d916182654/htdocs/Website/bin/console</b> on line <b>4</b><br />
  121. (uiserver):xyz:~/Website$ bin/console theme:create
  122. -bash: bin/console: Permission denied
  123. (uiserver):xyz:~/Website$ Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  124. -bash: Debian: command not found
  125. (uiserver):xyz:~/Website$ permitted by applicable law.
  126. -bash: permitted: command not found
  127. (uiserver):xyz:~/Website$ (uiserver):xyz:~$ cd /Website
  128. -bash: syntax error near unexpected token `:xyz:~$'
  129. (uiserver):xyz:~/Website$ -bash: cd: /Website: No such file or directory
  130. -bash: -bash:: command not found
  131. (uiserver):xyz:~/Website$ (uiserver):u108884723:~$ list -all
  132. -rw----r-- 1 xyz ftpusers 369 Sep 16 18:13 .htaccess
  133. -rw----r-- 1 xyz ftpusers 32 Sep 16 20:00 .uniqueid.txt
  134. -rw----r-- 1 xyz ftpusers 1511 Sep 16 18:13 Dockerfile
  135. -rw----r-- 1 xyz ftpusers 41 Sep 16 18:13 PLATFORM_COMMIT_SHA
  136. -rw----r-- 1 xyz ftpusers 10263 Sep 16 18:13 README.md
  137. drwx---r-x 2 xyz ftpusers 287 Sep 16 18:13 bin
  138. -rw----r-- 1 xyz ftpusers 3360 Sep 16 18:13 composer.json
  139. -rw----r-- 1 xyz ftpusers 545189 Sep 16 18:13 composer.lock
  140. drwx---r-x 7 xyz ftpusers 173 Sep 16 18:13 config
  141. drwx---r-x 5 xyz ftpusers 72 Sep 16 18:13 custom
  142. -rw----r-- 1 xyz ftpusers 6420 Sep 16 18:13 easy-coding-standard.php
  143. drwx---r-x 2 xyz ftpusers 23 Sep 16 18:13 files
  144. -rw----r-- 1 xyz ftpusers 2767 Sep 16 18:13 index.html
  145. -rw----r-- 1 xyz ftpusers 12 Sep 16 20:12 install.lock
  146. -rw----r-- 1 xyz ftpusers 1050 Sep 16 18:13 license.txt
  147. -rw----r-- 1 xyz ftpusers 209 Sep 16 18:13 phpstan.neon
  148. -rw----r-- 1 xyz ftpusers 2897 Sep 16 18:13 phpunit.xml.dist
  149. -rw----r-- 1 xyz ftpusers 1889 Sep 16 18:13 psalm.xml
  150. drwx---r-x 11 xyz ftpusers 255 Sep 17 15:24 public
  151. drwx---r-x 2 xyz ftpusers 88 Sep 16 18:13 src
  152. drwx---r-x 4 xyz ftpusers 95 Sep 16 20:26 var
  153. drwx---r-x 70 xyz ftpusers 4096 Sep 16 18:16 vendor
  154. (uiserver):xyz:~/Website$ bin/console theme:create
  155. -bash: bin/console: Permission denied
  156. (uiserver):xyz:~/Website$ bash: php
  157. -bash: bash:: command not found
  158. (uiserver):xyz:~/Website$ php bin/console theme:create
  159. Content-type: text/html
  160.  
  161. <br />
  162. <b>Parse error</b>: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in <b>/homepages/45/d916182654/htdocs/Website/bin/console</b> on line <b>4</b><br />
  163. (uiserver):xyz:~/Website$ /usr/bin/php bin/console
  164. Content-type: text/html
  165.  
  166. <br />
  167. <b>Parse error</b>: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in <b>/homepages/45/d916182654/htdocs/Website/bin/console</b> on line <b>4</b><br />
  168. (uiserver):xyz:~/Website$ theme:create
  169. -bash: theme:create: command not found
  170. (uiserver):xyz:~/Website$ cd -ls
  171. -bash: cd: -l: invalid option
  172. cd: usage: cd [-L|[-P [-e]] [-@]] [dir]
  173. (uiserver):xyz:~/Website$ ls -all
  174. total 612
  175. -bash: syntax error near unexpected token `:xyz:~$'
  176. (uiserver):xyz:~/Website$ -bash: list: command not found
  177. drwx---r-x 10 xyz ftpusers 4096 Sep 16 20:12 .
  178. drwx---r-t 5 xyz ftpusers 91 Sep 17 16:07 ..
  179. -rw----r-- 1 xyz ftpusers 1407 Sep 16 20:12 .env
  180. -rw----r-- 1 xyz ftpusers 369 Sep 16 18:13 .htaccess
  181. -rw----r-- 1 xyz ftpusers 32 Sep 16 20:00 .uniqueid.txt
  182. -rw----r-- 1 xyz ftpusers 1511 Sep 16 18:13 Dockerfile
  183. -rw----r-- 1 xyz ftpusers 41 Sep 16 18:13 PLATFORM_COMMIT_SHA
  184. -rw----r-- 1 xyz ftpuser-bash: -bash:: command not found
  185. (uiserver):xyz:~/Website$ (uiserver):xyz:~$ ls -all
  186. -bash: syntax error near unexpected token `:xyz:~$'
  187. (uiserver):xyz:~/Website$ total 12
  188. -bash: total: command not found
  189. (uiserver):xyz:~/Website$ drwx---r-t 5 xyz ftpusers 91 Sep 17 16:07 .
  190. -bash: drwx---r-t: command not found
  191. (uiserver):xyz:~/Website$ drwxr-xr-t 6 root root 173 Sep 17 01:00 ..
  192. -bash: drwxr-xr-t: command not found
  193. (uiserver):xyz:~/Website$ -rw------- 1 xyz ftpusers 3689 Sep 17 16:07 .bash_history
  194. -bash: -rw-------: command not found
  195. (uiserver):xyz:~/Website$ drwx---r-x 3 xyz ftpusers 65 Sep 16 20:13 .subversion
  196. -bash: drwx---r-x: command not found
  197. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 0 Sep 17 15:51 0
  198. -bash: -rw----r--: command not found
  199. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 0 Sep 17 15:51 1
  200. -bash: -rw----r--: command not found
  201. (uiserver):xyz:~/Website$ drwx---r-x 10 xyz ftpusers 4096 Sep 16 20:12 Website
  202. -bash: drwx---r-x: command not found
  203. (uiserver):xyz:~/Website$ drwxr-xr-x 3 root root 4096 Sep 17 15:10 logs
  204. -bash: drwxr-xr-x: command not found
  205. (uiserver):xyz:~/Website$ (uiserver):xyz:~$ cd
  206. -bash: syntax error near unexpected token `:xyz:~$'
  207. (uiserver):xyz:~/Website$ (uiserver):xyz:~$ cd website
  208. -bash: syntax error near unexpected token `:xyz:~$'
  209. (uiserver):xyz:~/Website$ -bash: cd: website: No such file or directory
  210. -bash: -bash:: command not found
  211. (uiserver):xyz:~/Website$ (uiserver):xyz:~$ cd/Website
  212. -bash: syntax error near unexpected token `:xyz:~$'
  213. (uiserver):xyz:~/Website$ -bash: cd/Website: No such file or directory
  214. -bash: -bash:: command not found
  215. (uiserver):xyz:~/Website$ (uiserver):xyz:~$ cd /Website
  216. -bash: syntax error near unexpected token `:xyz:~$'
  217. (uiserver):xyz:~/Website$ -bash: cd: /Website: No such file or directory
  218. -bash: -bash:: command not found
  219. (uiserver):xyz:~/Website$ (uiserver):xyz:~$ cd Website
  220. -bash: syntax error near unexpected token `:xyz:~$'
  221. (uiserver):xyz:~/Website$ (uiserver):xyz:~/Website$ bin/console theme:create
  222. -bash: syntax error near unexpected token `:xyz:~/Website$'
  223. (uiserver):xyz:~/Website$ -bash: bin/console: Permission denied
  224. -bash: -bash:: command not found
  225. (uiserver):xyz:~/Website$ (uiserver):xyz:~/Website$ theme:create
  226. -bash: syntax error near unexpected token `:xyz:~/Website$'
  227. (uiserver):xyz:~/Website$ -bash: theme:create: command not found
  228. -bash: -bash:: command not found
  229. (uiserver):xyz:~/Website$ (uiserver):xyz:~/Website$ ls -all
  230. -bash: syntax error near unexpected token `:xyz:~/Website$'
  231. (uiserver):xyz:~/Website$ total 612
  232. -bash: total: command not found
  233. (uiserver):xyz:~/Website$ drwx---r-x 10 xyz ftpusers 4096 Sep 16 20:12 .
  234. -bash: drwx---r-x: command not found
  235. (uiserver):xyz:~/Website$ drwx---r-t 5 xyz ftpusers 91 Sep 17 16:07 ..
  236. -bash: drwx---r-t: command not found
  237. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 1407 Sep 16 20:12 .env
  238. -bash: -rw----r--: command not found
  239. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 369 Sep 16 18:13 .htaccess
  240. -bash: -rw----r--: command not found
  241. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 32 Sep 16 20:00 .uniqueid.txt
  242. -bash: -rw----r--: command not found
  243. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 1511 Sep 16 18:13 Dockerfile
  244. -bash: -rw----r--: command not found
  245. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 41 Sep 16 18:13 PLATFORM_COMMIT_SHA
  246. -bash: -rw----r--: command not found
  247. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 10263 Sep 16 18:13 README.md
  248. -bash: -rw----r--: command not found
  249. (uiserver):xyz:~/Website$ drwx---r-x 2 xyz ftpusers 287 Sep 16 18:13 bin
  250. -bash: drwx---r-x: command not found
  251. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 3360 Sep 16 18:13 composer.json
  252. -bash: -rw----r--: command not found
  253. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 545189 Sep 16 18:13 composer.lock
  254. -bash: -rw----r--: command not found
  255. (uiserver):xyz:~/Website$ drwx---r-x 7 xyz ftpusers 173 Sep 16 18:13 config
  256. -bash: drwx---r-x: command not found
  257. (uiserver):xyz:~/Website$ drwx---r-x 5 xyz ftpusers 72 Sep 16 18:13 custom
  258. -bash: drwx---r-x: command not found
  259. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 6420 Sep 16 18:13 easy-coding-standard.php
  260. -bash: -rw----r--: command not found
  261. (uiserver):xyz:~/Website$ drwx---r-x 2 xyz ftpusers 23 Sep 16 18:13 files
  262. -bash: drwx---r-x: command not found
  263. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 2767 Sep 16 18:13 index.html
  264. -bash: -rw----r--: command not found
  265. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 12 Sep 16 20:12 install.lock
  266. -bash: -rw----r--: command not found
  267. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 1050 Sep 16 18:13 license.txt
  268. -bash: -rw----r--: command not found
  269. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 209 Sep 16 18:13 phpstan.neon
  270. -bash: -rw----r--: command not found
  271. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 2897 Sep 16 18:13 phpunit.xml.dist
  272. -bash: -rw----r--: command not found
  273. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 1889 Sep 16 18:13 psalm.xml
  274. -bash: -rw----r--: command not found
  275. (uiserver):xyz:~/Website$ drwx---r-x 11 xyz ftpusers 255 Sep 17 15:24 public
  276. -bash: drwx---r-x: command not found
  277. (uiserver):xyz:~/Website$ drwx---r-x 2 xyz ftpusers 88 Sep 16 18:13 src
  278. -bash: drwx---r-x: command not found
  279. (uiserver):xyz:~/Website$ drwx---r-x 4 xyz ftpusers 95 Sep 16 20:26 var
  280. -bash: drwx---r-x: command not found
  281. (uiserver):xyz:~/Website$ drwx---r-x 70 xyz ftpusers 4096 Sep 16 18:16 vendor
  282. -bash: drwx---r-x: command not found
  283. (uiserver):xyz:~/Website$ (uiserver):xyz:~/Website$ bin/console theme:create
  284. -bash: syntax error near unexpected token `:xyz:~/Website$'
  285. (uiserver):xyz:~/Website$ -bash: bin/console: Permission denied
  286. -bash: -bash:: command not found
  287. (uiserver):xyz:~/Website$ (uiserver):xyz:~/Website$ bash: php
  288. -bash: syntax error near unexpected token `:xyz:~/Website$'
  289. (uiserver):xyz:~/Website$ -bash: bash:: command not found
  290. -bash: -bash:: command not found
  291. (uiserver):xyz:~/Website$ (uiserver):xyz:~/Website$ php bin/console theme:create
  292. -bash: syntax error near unexpected token `:xyz:~/Website$'
  293. (uiserver):xyz:~/Website$ Content-type: text/html
  294. -bash: Content-type:: command not found
  295. (uiserver):xyz:~/Website$
  296. (uiserver):xyz:~/Website$ <br />
  297. -bash: syntax error near unexpected token `newline'
  298. (uiserver):xyz:~/Website$ <b>Parse error</b>: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in <b>/homepages/45/d916182654/htdocs/Website/bin/console</b> on line <b>4</b><br />
  299. -bash: syntax error near unexpected token `4'
  300. (uiserver):xyz:~/Website$ (uiserver):xyz:~/Website$ /usr/bin/php bin/console
  301. -bash: syntax error near unexpected token `:xyz:~/Website$'
  302. (uiserver):xyz:~/Website$ Content-type: text/html
  303. -bash: Content-type:: command not found
  304. (uiserver):xyz:~/Website$
  305. (uiserver):xyz:~/Website$ <br />
  306. -bash: syntax error near unexpected token `newline'
  307. (uiserver):xyz:~/Website$ <b>Parse error</b>: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in <b>/homepages/45/d916182654/htdocs/Website/bin/console</b> on line <b>4</b><br />
  308. -bash: syntax error near unexpected token `4'
  309. (uiserver):xyz:~/Website$ (uiserver):xyz:~/Website$ theme:create
  310. -bash: syntax error near unexpected token `:xyz:~/Website$'
  311. (uiserver):xyz:~/Website$ -bash: theme:create: command not found
  312. -bash: -bash:: command not found
  313. (uiserver):xyz:~/Website$ (uiserver):xyz:~/Website$ cd -ls
  314. -bash: syntax error near unexpected token `:xyz:~/Website$'
  315. (uiserver):xyz:~/Website$ -bash: cd: -l: invalid option
  316. -bash: -bash:: command not found
  317. (uiserver):xyz:~/Website$ cd: usage: cd [-L|[-P [-e]] [-@]] [dir]
  318. -bash: cd:: command not found
  319. -bash: [-P: command not found
  320. (uiserver):xyz:~/Website$ (uiserver):xyz:~/Website$ ls -all
  321. -bash: syntax error near unexpected token `:xyz:~/Website$'
  322. (uiserver):xyz:~/Website$ total 612
  323. -bash: total: command not found
  324. (uiserver):xyz:~/Website$ drwx---r-x 10 xyz ftpusers 4096 Sep 16 20:12 .
  325. -bash: drwx---r-x: command not found
  326. (uiserver):xyz:~/Website$ drwx---r-t 5 xyz ftpusers 91 Sep 17 16:07 ..
  327. -bash: drwx---r-t: command not found
  328. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 1407 Sep 16 20:12 .env
  329. -bash: -rw----r--: command not found
  330. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 369 Sep 16 18:13 .htaccess
  331. -bash: -rw----r--: command not found
  332. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 32 Sep 16 20:00 .uniqueid.txt
  333. -bash: -rw----r--: command not found
  334. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 1511 Sep 16 18:13 Dockerfile
  335. -bash: -rw----r--: command not found
  336. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 41 Sep 16 18:13 PLATFORM_COMMIT_SHA
  337. -bash: -rw----r--: command not found
  338. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 10263 Sep 16 18:13 README.md
  339. -bash: -rw----r--: command not found
  340. (uiserver):xyz:~/Website$ drwx---r-x 2 xyz ftpusers 287 Sep 16 18:13 bin
  341. -bash: drwx---r-x: command not found
  342. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 3360 Sep 16 18:13 composer.json
  343. -bash: -rw----r--: command not found
  344. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 545189 Sep 16 18:13 composer.lock
  345. -bash: -rw----r--: command not found
  346. (uiserver):xyz:~/Website$ drwx---r-x 7 xyz ftpusers 173 Sep 16 18:13 config
  347. -bash: drwx---r-x: command not found
  348. (uiserver):xyz:~/Website$ drwx---r-x 5 xyz ftpusers 72 Sep 16 18:13 custom
  349. -bash: drwx---r-x: command not found
  350. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 6420 Sep 16 18:13 easy-coding-standard.php
  351. -bash: -rw----r--: command not found
  352. (uiserver):xyz:~/Website$ drwx---r-x 2 xyz ftpusers 23 Sep 16 18:13 files
  353. -bash: drwx---r-x: command not found
  354. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 2767 Sep 16 18:13 index.html
  355. -bash: -rw----r--: command not found
  356. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 12 Sep 16 20:12 install.lock
  357. -bash: -rw----r--: command not found
  358. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 1050 Sep 16 18:13 license.txt
  359. -bash: -rw----r--: command not found
  360. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 209 Sep 16 18:13 phpstan.neon
  361. -bash: -rw----r--: command not found
  362. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 2897 Sep 16 18:13 phpunit.xml.dist
  363. -bash: -rw----r--: command not found
  364. (uiserver):xyz:~/Website$ -rw----r-- 1 xyz ftpusers 1889 Sep 16 18:13 psalm.xml
  365. -bash: -rw----r--: command not found
  366. (uiserver):xyz:~/Website$ drwx---r-x 11 xyz ftpusers 255 Sep 17 15:24 public
  367. -bash: drwx---r-x: command not found
  368. (uiserver):xyz:~/Website$ drwx---r-x 2 xyz ftpusers 88 Sep 16 18:13 src
  369. -bash: drwx---r-x: command not found
  370. (uiserver):xyz:~/Website$ drwx---r-x 4 xyz ftpusers 95 Sep 16 20:26 var
  371. -bash: drwx---r-x: command not found
  372. (uiserver):xyz:~/Website$ drwx---r-x 70 xyz ftpusers 4096 Sep 16 18:16 vendor
  373. -bash: drwx---r-x: command not found
  374. (uiserver):xyz:~/Website$ (uiserver):xyz:~/Website$ php -v
  375. -bash: syntax error near unexpected token `:xyz:~/Website$'
  376. (uiserver):xyz:~/Website$ PHP 4.4.9 (cgi-fcgi) (built: Jul 7 2021 07:43:18)
  377. -bash: syntax error near unexpected token `('
  378. (uiserver):xyz:~/Website$ Copyright (c) 1997-2008 The PHP Group
  379. -bash: syntax error near unexpected token `c'
  380. (uiserver):xyz:~/Website$ Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
  381. -bash: syntax error near unexpected token `('
  382. (uiserver):xyz:~/Website$ (uiserver):xyz:~/Website$ /opt/plesk/php/7.3/bin/php bin/console theme:create
  383. -bash: syntax error near unexpected token `:xyz:~/Website$'
  384. (uiserver):xyz:~/Website$ -bash: /opt/plesk/php/7.3/bin/php: No such file or directory
  385. -bash: -bash:: command not found
  386. (uiserver):xyz:~/Website$ (uiserver):xyz:~/Website$ php bin/console theme:create
  387. -bash: syntax error near unexpected token `:xyz:~/Website$'
  388. (uiserver):xyz:~/Website$ Content-type: text/html
  389. -bash: Content-type:: command not found
  390. (uiserver):xyz:~/Website$
  391. (uiserver):xyz:~/Website$ <br />
  392. -bash: syntax error near unexpected token `newline'
  393. (uiserver):xyz:~/Website$ <b>Parse error</b>: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in <b>/homepages/45/d916182654/htdocs/Website/bin/console</b> on line <b>4</b><br />
  394. -bash: syntax error near unexpected token `4'
  395. (uiserver):xyz:~/Website$ (uiserver):xyz:~/Website$ bin/console theme:create
  396. -bash: syntax error near unexpected token `:xyz:~/Website$'
  397. (uiserver):xyz:~/Website$ -bash: bin/console: Permission denied
  398. -bash: -bash:: command not found
  399. (uiserver):xyz:~/Website$ (uiserver):xyz:~/Website$
  400. -bash: syntax error near unexpected token `:xyz:~/Website$'
  401. (uiserver):xyz:~/Website$
  402.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement