- How to start a ftp service
- Login as root
- Vi /etc/vsftpd.conf
local_enable=YES
write_enable=YES
3.Then start vsftpd service
service vsftpd start
4.See if port 21 is open
5.netstat –na|grep 21
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN
6.See attachment for details.
- Open ftp service
- 1. If ftp service is not open, open it following the last mail I sent before.
- 2. Step 2, by default step 1 only open the normal user’s ftp privilege(like test), users like root, oracle are denied from the ftp user list.
- So you have two choices:
- 1) copy files from oracle user to test user. Then send files by test user from 99 to 15 node.
- 2) Open oracle user’s ftp privilege. If so go to Step 3.
- 3. Step 3, to open oracle user’s ftp privilege, do following:
- 1) Login as root
- 2) Vi /etc/ftpusers
- #
- # ftpusers This file describes the names of the users that may
- # _*NOT*_ log into the system via the FTP server.
- # This usually includes "root", "uucp", "news" and the
- # like, because those users have too much power to be
- # allowed to do "just" FTP...
- #oracle //mark oracle from the list.
- 3) Save and done.
Then you can happy to copy files through ftp use the oracle user now. - 4) As the oracle user have too much power, it’s dangerous to open the ftp privilege. I suggest to closed it after you finished your job (move the mark from /etc/ftpusers).
相关推荐
How To Write A Dissertation
How To Connect To The FTP Server
42 Reasons To Start a Business Analyst Career
VB 以其他身份(管理员)启动程序 This demo will show you how to start a process as a different user. This demo will only work with WinNT 4.0/2k and Later
How to read a book efficiently. Part one The dimensions of reading Part two The third level of reading Part three Approaches to different kinds of reading Part four The ultimate goals of reading
packaging and running portable distributed applications, Deepak Vorhadiscusses how to build, ship and run applications on any platform such as a PC, the cloud, data center or a virtual machine....
How to invoke Java web service in ASP
VTK 12 How to Write a Process__ Object.pdf VTK 12 How to Write a Process__ Object.pdf VTK 12 How to Write a Process__ Object.pdf
How to Read a Book,学习如何快速读书 科学读书,第一版出版于1940年
Build Your Own AI - how to start
In cryptography, a shared secret is a piece of data, known only to the parties involved, in a secure communication. The shared secret can be a password, a passphrase, a big number or an array of ...
Think Java: How to Think Like a Computer Scientist by Allen B. Downey, Chris Mayfield 2016 | ISBN: 1491929561 Currently used at many colleges, universities, and high schools, this hands-on ...
This is a document about "How to be a star engineer". Share it to you .
how to read a book ,it teach you reading skills
(How to Write a (Lisp) Interpreter (in Python))和(An ((Even Better) Lisp) Interpreter (in Python))的翻译,对解释器实现原理和函数式编程敢兴趣的可以下载看看!
这是一篇关于如何找到一份体面的工作的英文作文,里面语法非常丰富,是作者的呕心之作
C++ How to Program presents leading-edge computing technologies in a friendly manner appropriate for introductory college course sequences, based on the curriculum recommendations of two key ...