Thursday, 17 March 2011

Basic and Advanced Linux Command

Basic and Advanced Linux Command:


--> To transfer the file from source to desination machine
Purpose:
Download(Source to desination)
Upload(Desination to source)
#vi /etc/vsftpd/vsftpd.conf
#setsebool -P allow_ftpd_full_access 0

#service vsftpd reload
#chkconfig vsftpd on


Note: Package Name:vsftpd

No comments:

Post a Comment