Linux Ctrl Z

chncaesar發表於2013-11-20
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.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/638844/viewspace-777074/,如需轉載,請註明出處,否則將追究法律責任。

相關文章