service vsftpd

apt-get install vsftpd

ou

[root@pdtb5 sbin]# yum install vsftpd
Loaded plugins: rhnplugin, security
This system is not registered with ULN.
You can use up2date --register to register.
ULN support will be disabled.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package vsftpd.x86_64 0:2.0.5-28.el5 set to be updated
OL5_latest/filelists                                                                         |  32 MB     00:14
OL_UEK2_latest/filelists                                                                     | 8.7 MB     00:02
el5_latest/filelists                                                                         |  32 MB     00:09
ol5_UEK_latest/filelists                                                                     | 8.7 MB     00:02
--> Finished Dependency Resolution

Dependencies Resolved

====================================================================================================================
 Package                 Arch                    Version                          Repository                   Size
====================================================================================================================
Installing:
 vsftpd                  x86_64                  2.0.5-28.el5                     OL5_latest                  143 k

Transaction Summary
====================================================================================================================
Install       1 Package(s)
Upgrade       0 Package(s)

Total download size: 143 k
Is this ok [y/N]: y
Downloading Packages:
vsftpd-2.0.5-28.el5.x86_64.rpm                                                               | 143 kB     00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing     : vsftpd                                                                                       1/1

Installed:
  vsftpd.x86_64 0:2.0.5-28.el5

Complete!
[root@pdtb5 sbin]#

———————————–

Exemple avec le service vsftpd

root@Vsch1:/#ps -ef |grep vsftpd
root 2100 1 0 Jul06 ? 00:00:00 /usr/sbin/vsftpd
root 8874 8753 0 10:44 pts/0 00:00:00 grep ftp

[root@pong sbin]# cd /etc/init.d/

[root@pong init.d]# ./vsftpd start
Starting vsftpd for vsftpd:                                [  OK  ]

root@Vsch1:/#stop vsftpd
vsftpd stop/waiting

root@Vsch1:/#start vsftpd
vsftpd start/running, process 8904

Laisser un commentaire

Votre adresse de messagerie ne sera pas publiée. Les champs obligatoires sont indiqués avec *