answersLogoWhite

0

To shut down an FTP server in Linux, you would generally use "ftpshut." The command syntax can vary slightly, so check your man pages for the correct syntax.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is ftp in Linux?

FTP stands for File Transfer Protocol


Where can you find a list of LINUX shutdown commands shutdown -h shutdown -t 5?

Try the man pages. In a terminal type man shutdown


What command in Linux do you use to shut the system down?

shutdown-hnow


How is Linux distributed on the internet?

Linux distributions can be downloaded both through traditional HTTP / FTP downloads, as well as via BitTorrent.


How do you shutdown client PC from server in Linux using shutdown command?

wala man kmeng sibe ano kapa boba


How would you tell Linux to shut down in five minutes?

Using the command shutdown -h 5.


What is the command to turn off Linux?

Virtually all Linux distributions will accept the "halt" command. Some also have a shutdown command, though this has additional parameters and is meant mainly to shut down the system at a certain time.


How do you configure ftp server in Red Hat Enterprise Linux 5?

You can install a ftp server like vsftpd, it's configuration is in vsftpd.conf, the text file is explanatory


Which command line can be used to restart a running Linux system immediately?

shutdown -r now


What is the absolute path to shutdown?

Insufficient context to understand the question.If you mean the absolute path to the Linux/Unix/OS X command 'shutdown', it varies with the system, but could be something like /bin/shutdown, /usr/bin/shutdown or similar.You can normally find it by typing "whereis shutdown" in a terminal window.


How do you do FTP?

Most Linux systems will have ftp available as a command line option. Try entering "man ftp" in terminal mode to make sure you have it, and to learn the various ftp commands. Typically, you will have to know the ftp site name and the user name and password assigned to you for that ftp site. You will start the ftp session by typing something like: ftp www.mysite.net At the ftp prompt, enter your user name and password, if the server requests that you sign in anonymously place "anonymous" or "ftp" in the username field and leave the password field blank. Then use the ftp commands (e.g 'ls' 'put' 'get' 'cd' 'chmod') to transfer and maintain files at your site. If you prefer a GUI interface, there may be some X Windows ftp clients available for download. Google 'ftp Linux' and see what you can find. I prefer the plain command line version. Much quicker and easier once you learn the commands.


What are the client server model and Give 3 examples of services on Linux systems that take advantage of this model?

FTP, NFS, DNS, email, and HTTP (the web browsing protocol) all rely on client server model.