mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #81] -bash: ./frps: Permission denied #34
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sparrowu93 on GitHub (Aug 18, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/81
I was trying frp server on my vps (bandwagon host), login as root. After modifying frps.ini,I execute
./frps -c ./frps.iniand it returns
-bash: ./frps: Permission deniedAm I missed sth? I would appreciate if you could give tips.
Thanks !
@fatedier commented on GitHub (Aug 18, 2016):
You should make sure
frpshas execute permission, try this commandchmod 755 ./frps.@sparrowu93 commented on GitHub (Aug 18, 2016):
It turns out I may mistake between frp_x.x.x_darwin_386.tar.gz and frp_x.x.x_linux_amd64.tar.gz.
I should be more careful.
Anyway, thank u!
@blankhang commented on GitHub (Dec 6, 2017):
that chmod 755 frps fix my problem
thanks
@jerrychong25 commented on GitHub (Mar 1, 2019):
Thanks. It fixed my permission denied problem on following commands too.