- scp (if the private key is id_rsa, [-i] can be removed)
scp -i key -P port localfile user@ip:path
- back to the beginning of line
Ctrl + a
- go to the end of line
Ctrl + e
- cut character from current position to the beginning
Ctrl + u
- cut character from current position to the end
Ctrl + k
- set timezone
timedatectl set-timezone Asia/Hong_Kong
- run in background
标签:set,end,Ctrl,常用命令,character,cut,Linux,timezone,bash From: https://www.cnblogs.com/morsecode/p/18088166/bashcommonnohup command > logfile 2>&1 &