commands are not working even i tried to give permissions
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
1
down vote
favorite
I am trying to run commands through ssh but commands are not working please check the screenshot .
magento2 command-line ssh
New contributor
add a comment |Â
up vote
1
down vote
favorite
I am trying to run commands through ssh but commands are not working please check the screenshot .
magento2 command-line ssh
New contributor
what is your project folder path ?
â Naveed Asim
1 hour ago
web/shops/htdocs . i am currently in my project folder
â samair ali
1 hour ago
check this, it would be php path issue stackoverflow.com/questions/43009623/php-command-not-found/â¦
â Naveed Asim
1 hour ago
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am trying to run commands through ssh but commands are not working please check the screenshot .
magento2 command-line ssh
New contributor
I am trying to run commands through ssh but commands are not working please check the screenshot .
magento2 command-line ssh
magento2 command-line ssh
New contributor
New contributor
New contributor
asked 1 hour ago
samair ali
424
424
New contributor
New contributor
what is your project folder path ?
â Naveed Asim
1 hour ago
web/shops/htdocs . i am currently in my project folder
â samair ali
1 hour ago
check this, it would be php path issue stackoverflow.com/questions/43009623/php-command-not-found/â¦
â Naveed Asim
1 hour ago
add a comment |Â
what is your project folder path ?
â Naveed Asim
1 hour ago
web/shops/htdocs . i am currently in my project folder
â samair ali
1 hour ago
check this, it would be php path issue stackoverflow.com/questions/43009623/php-command-not-found/â¦
â Naveed Asim
1 hour ago
what is your project folder path ?
â Naveed Asim
1 hour ago
what is your project folder path ?
â Naveed Asim
1 hour ago
web/shops/htdocs . i am currently in my project folder
â samair ali
1 hour ago
web/shops/htdocs . i am currently in my project folder
â samair ali
1 hour ago
check this, it would be php path issue stackoverflow.com/questions/43009623/php-command-not-found/â¦
â Naveed Asim
1 hour ago
check this, it would be php path issue stackoverflow.com/questions/43009623/php-command-not-found/â¦
â Naveed Asim
1 hour ago
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
2
down vote
accepted
This mean the php not set as a global variable.
So must tried with full path with php
/opt/lammp/bin/php
no such file or directory found ... prntscr.com/ky5ct1
â samair ali
1 hour ago
@samairali it is example not the correct path you have to find yours.
â PROGOSTECH
1 hour ago
add a comment |Â
up vote
0
down vote
Run this in SSH:
which php
And then provide the full path e.g.:
/usr/bin/php bin/magento
Replace the /usr/bin/php
with the result of which php
command
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
This mean the php not set as a global variable.
So must tried with full path with php
/opt/lammp/bin/php
no such file or directory found ... prntscr.com/ky5ct1
â samair ali
1 hour ago
@samairali it is example not the correct path you have to find yours.
â PROGOSTECH
1 hour ago
add a comment |Â
up vote
2
down vote
accepted
This mean the php not set as a global variable.
So must tried with full path with php
/opt/lammp/bin/php
no such file or directory found ... prntscr.com/ky5ct1
â samair ali
1 hour ago
@samairali it is example not the correct path you have to find yours.
â PROGOSTECH
1 hour ago
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
This mean the php not set as a global variable.
So must tried with full path with php
/opt/lammp/bin/php
This mean the php not set as a global variable.
So must tried with full path with php
/opt/lammp/bin/php
answered 1 hour ago
PROGOSTECH
5387
5387
no such file or directory found ... prntscr.com/ky5ct1
â samair ali
1 hour ago
@samairali it is example not the correct path you have to find yours.
â PROGOSTECH
1 hour ago
add a comment |Â
no such file or directory found ... prntscr.com/ky5ct1
â samair ali
1 hour ago
@samairali it is example not the correct path you have to find yours.
â PROGOSTECH
1 hour ago
no such file or directory found ... prntscr.com/ky5ct1
â samair ali
1 hour ago
no such file or directory found ... prntscr.com/ky5ct1
â samair ali
1 hour ago
@samairali it is example not the correct path you have to find yours.
â PROGOSTECH
1 hour ago
@samairali it is example not the correct path you have to find yours.
â PROGOSTECH
1 hour ago
add a comment |Â
up vote
0
down vote
Run this in SSH:
which php
And then provide the full path e.g.:
/usr/bin/php bin/magento
Replace the /usr/bin/php
with the result of which php
command
add a comment |Â
up vote
0
down vote
Run this in SSH:
which php
And then provide the full path e.g.:
/usr/bin/php bin/magento
Replace the /usr/bin/php
with the result of which php
command
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Run this in SSH:
which php
And then provide the full path e.g.:
/usr/bin/php bin/magento
Replace the /usr/bin/php
with the result of which php
command
Run this in SSH:
which php
And then provide the full path e.g.:
/usr/bin/php bin/magento
Replace the /usr/bin/php
with the result of which php
command
answered 1 hour ago
Bare Feet
1,1611625
1,1611625
add a comment |Â
add a comment |Â
samair ali is a new contributor. Be nice, and check out our Code of Conduct.
samair ali is a new contributor. Be nice, and check out our Code of Conduct.
samair ali is a new contributor. Be nice, and check out our Code of Conduct.
samair ali is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f243568%2fcommands-are-not-working-even-i-tried-to-give-permissions%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
what is your project folder path ?
â Naveed Asim
1 hour ago
web/shops/htdocs . i am currently in my project folder
â samair ali
1 hour ago
check this, it would be php path issue stackoverflow.com/questions/43009623/php-command-not-found/â¦
â Naveed Asim
1 hour ago