Some commands related to process operations: PS-A, ps-e view all Processes ps-ef| grep + process Name View related process Information Ps-ef|more view process related information kill + process PID
Execute PHP script file in Linux: PHP + file Simple sample to implement Linux execution with parameters
<? fwrite(STDOUT, ' enter a param '); $param Trim (fgets(STDIN)); Echo $param ;? >
Upload and download of Linux and window implementation files:
For people who use Linux frequently, the exchange of Windows with files in Linux is a problem. Here's a way to upload and download files between Linux and the Windows platform.
First you have to make sure that you have Lrzsz installed in your Linux
1. Installing Lrzsz
Yum Install-y Lrzsz
Appears as shown, installation is complete. Time is short.
Download file: Sz + file name
Upload file: RZ + filename (file will be uploaded to your current directory)
Content is relatively fragmented, to learn Linux or more manual knocking practice. Let's refuel!
Summary of Common Linux commands