Run ordinary shell script under arm64
luqinlive opened this issue · comments
luqin commented
hi, I successfully compiled in a cross compilation environment ,but can't copy to system env folder(cp: can't create '/sbin/uFTP': Read-only file system),then run under script use ./uFTP , uutput is as follows, no background process :
Hello uFTP server v2.2.0 RC1 starting..
Reading configuration from
-> ./uftpd.cfg
so, How do I run processes in the background in this case ,thanks.
Ugo Cirmignani commented
Hello,
Both commands should be sent with root privileges.
eg. sudo ./uFTP
or login as root with the "su" command before sending the commands.
Regards
Ugo
Il giorno ven 10 apr 2020 alle ore 06:48 luqin <notifications@github.com>
ha scritto:
… hi, I successfully compiled in a cross compilation environment ,but can't
copy to system env folder(cp: can't create '/sbin/uFTP': Read-only file
system),then run under script use ./uFTP , uutput is as follows, no
background process :
Hello uFTP server v2.2.0 RC1 starting..
Reading configuration from
-> ./uftpd.cfg
so, How do I run processes in the background in this case ,thanks.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2J2JE6K7RITYSXOMJ23YDRL2QJ3ANCNFSM4MFG3R5A>
.