Add new attachment

Only authorized users are allowed to upload new attachments.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
sh
configure.sh 0.8 kB 6 29-Feb-2024 03:31 Ben Spink

This page (revision-44) was last changed on 29-Feb-2024 03:33 by Ben Spink

This page was created on 29-Dec-2020 05:25 by Ben Spink

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 3 changed one line
wget -O - https://www.crushftp.com/crush9wiki/attach/Linux%20Install/configure.sh | bash
wget -O - https://www.crushftp.com/crush10wiki/attach/Linux%20Install/configure.sh | bash
At line 106 changed one line
__Running as non-root__
__Running as non-root (not recommanded)__
At line 114 changed one line
su - crushftp -c '/var/opt/CrushFTP7_PC/crushftp_init.sh start'
su - crushftp -c '/var/opt/CrushFTP10/crushftp_init.sh start'
At line 126 changed 2 lines
running in user mode on systemd RHEL 7 family linux
Running in user mode on systemd RHEL 7/8 family Linux
\\
At line 129 changed one line
\\
At line 165 changed one line
su crushftp /var/opt/CrushFTP8_PC/crushftp_init.sh start
su crushftp /var/opt/CrushFTP10/crushftp_init.sh start
At line 182 added 53 lines
\\
\\
\\
Obsolete system V init method
\\
\\
create new scriptfile
\\
{{{
touch /etc/init.d/crushftp
}}}
\\
add this script to /etc/init.d/crushftp
\\
{{{
#!/bin/bash
#!/bin/sh
#
# Control script for CrushFTP v1.4 running as crushuser
#
# chkconfig: - 86 14
# description: CrushFTP
#
# BEGIN INIT INFO
# Provides: crushftp
# Required-Start: $local_fs
# Should-Start: $network
# Required-Stop:
# Should-Stop: $network
# Default-Start: 2 3 5
# Default-Stop: 2 5
# Short-Description: CrushFTP Server
# Description: Starts Crush on boot
# END INIT INFO
runuser crushuser -c "/var/opt/CrushFTP10/crushftp_init.sh $1"
################################################################
}}}
\\
make it executable
\\
{{{
chmod 755 /etc/init.d/crushftp
}}}
\\
install service
\\
{{{
chkconfig --add crushftp
chkconfig crushftp on
service crushftp start
}}}
Version Date Modified Size Author Changes ... Change note
44 29-Feb-2024 03:33 7.322 kB Ben Spink to previous
43 14-Sep-2022 20:17 7.284 kB Ada Csaba to previous | to last
42 14-Sep-2022 20:15 7.454 kB Ada Csaba to previous | to last
41 06-May-2021 09:35 6.845 kB krivacsz to previous | to last
« This page (revision-44) was last changed on 29-Feb-2024 03:33 by Ben Spink
G’day (anonymous guest)
CrushFTP10 | What's New

Referenced by
LeftMenu

JSPWiki