Controla Daemon do ProFTP
Publicado por Thiago M 28/12/2005
[ Hits: 5.726 ]
Script que executa Start, Stop, Restart e Status do daemon do proftp.
#!/bin/sh # chkconfig: 345 20 80 # description: Start/Stop firebird database server # # This file belongs in /etc/init.d where it will be run # on system startup and shutdown to start the background # Firebird/interbase database server daemon # WARNING: in a real-world installation, you should not put the # SYSDBA password in a publicly-readable file. # Eventually this file should not need to contain any passwords. # as root user alone should be sufficient privledge to stop/start # the server. # Check the file is there and is executable. [ -x /usr/local/sbin/proftpd ] || exit 0 # See how we were called. case "$1" in start) echo -n "Starting ProFTP Daemon: " /usr/local/sbin/proftpd echo "done." RETVAL=$? ;; restart|reload) $0 stop $0 start RETVAL=$? ;; stop) echo -n "Stopping ProFTP Daemon: " if ps -e | grep proftpd > /dev/null then killall proftpd fi echo "done." RETVAL=0 ;; status) echo -n "ProFTP Daemon Status ..." if ps -e | grep proftpd> null then echo "Running" else echo "Stoped" fi ;; *) echo "Usage: rc.proftpd {start|stop|restart|status}" exit 1 esac exit $RETVAL
Programação do Dia da Tv Aberta
Identificar,matar e Iniciar novo Processo
Administração servidor WEB com Dialog
Nenhum comentário foi encontrado.
Compartilhando a tela do Computador no Celular via Deskreen
Como Configurar um Túnel SSH Reverso para Acessar Sua Máquina Local a Partir de uma Máquina Remota
Configuração para desligamento automatizado de Computadores em um Ambiente Comercial
Efeito "livro" em arquivos PDF
Como resolver o erro no CUPS: Unable to get list of printer drivers
Flatpak: remover runtimes não usados e pacotes
Mudar o gerenciador de login (GDM para SDDM e vice-versa) - parte 2
Wifi não funciona no Aspire ES 15 com o Debian (8)
Como atualizar o Debian 8 para o 10 (10)
Dica sobre iptables ACCEPT e DROP (6)
NGNIX - Aplicar SNAT para evitar roteamento assimetrico (29)
[Python] Automação de scan de vulnerabilidades
[Python] Script para analise de superficie de ataque
[Shell Script] Novo script para redimensionar, rotacionar, converter e espelhar arquivos de imagem
[Shell Script] Iniciador de DOOM (DSDA-DOOM, Doom Retro ou Woof!)
[Shell Script] Script para adicionar bordas às imagens de uma pasta