Home  >  Article  >  Operation and Maintenance  >  How to check whether ftp is installed in linux

How to check whether ftp is installed in linux

青灯夜游
青灯夜游Original
2022-03-25 14:47:489002browse

Linux method to check whether ftp is installed: 1. Log in to the Linux operating system and enter the desktop interface; 2. Right-click the mouse on the desktop and select "Open Terminal"; 3. In the terminal window, execute "rpm -qa|grep vsftpd" command, if the vsftpd directory information is output, ftp is installed.

How to check whether ftp is installed in linux

#The operating environment of this tutorial: Red Hat Enterprise Linux 6.1 system, Dell G3 computer.

linux Check whether ftp is installed

1. Log in to the linux operating system and enter the desktop interface

How to check whether ftp is installed in linux

2. Right-click on the desktop to open the terminal.

How to check whether ftp is installed in linux

3. Execute the rpm -qa|grep vsftpd command in the terminal to check whether ftp is installed

How to check whether ftp is installed in linux

If you see the vsftpd directory, it means that the ftp software has been installed on the server.

Related recommendations: "Linux Video Tutorial"

The above is the detailed content of How to check whether ftp is installed in linux. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:What is ice under linuxNext article:What is ice under linux