Common Linux commands in development-unclassified

Source: Internet
Author: User

View process information:

PS-ef

PS aux

 

Differences between the two:

LinuxThe following shows the command PS of the system process. What are the differences between PS-EF and PS aux (do not use PS-Aux?

There is not much difference. to discuss this issue, we need to trace the two styles in UNIX systems: System V and BSD. PS aux was originally used in UNIX styles, PS-EF is used in System V style, and their output is slightly different. Most of today'sLinuxBoth methods can be used by the system.

 

Nohup: nohup command & often used to start some processes

 

Nohup command: If you are running a process and you think the process will not end when you exit the account, you can use the nohup command. This command can continue running the corresponding process after you exit the account/Close the terminal. Nohup means not to suspend (N ohang up ). The command is generally in the form of nohup command &

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.