Linux Ctrl Z

Ctrl +Z puts a process in background. For instance, while you're editing a file using vi, hitting Ctrl+z brings user back to command line, and makes vi run as a background process.
Use jobs command to list all background process.
Use fg % to bring the process back.
请使用浏览器的分享功能分享到微信等