Common CentOs Linux commands

Source: Internet
Author: User

Organize some common commands (keep updating):

To see if the port is open:

Netstat-an | grep Prot (see if Port 23 is open)

|: Channel meaning, grep refers to the line where the current character is viewed

Linux uses the following command to open a network port that allows for external access:

/sbin/iptables-i input-p TCP--dport 8000-j ACCEPT #开启8000端口

/etc/rc.d/init.d/iptables Save #保存配置

/etc/rc.d/init.d/iptables Restart #重启服务

See if the port is open

/etc/init.d/iptables status

Viewing and killing processes

Ps-ef | grep [PID] for details, click

Software Installation rpm

RPM-IVH fileName details please click here

Common CentOs Linux commands

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.