Linux command for daily work

1.The remote login tool

ssh, putty, vnc(xtightvnc),rdesktop,screen

Note:

1.1

vncviewer hostname|IP: porter 

1.2

rdesktop -f hostname|IP # -f fullscreen

1.3.

screen -S  name #create terminal

screen -ls  # list the exsite terminal

screen -x  name #join one terminal

2. scp , winscp

3. find, locate, which ,whereis, grep

4. top, ps aux , pgrep, free, kill, pkill, 

    NOTE: top command , in multiple core machine , to show each with the keyborad shortchus 1.

5. man, info, 

    man -k / apropos

  

原文地址:https://www.cnblogs.com/zhyg6516/p/1735772.html