Here is a collection of commonly used Linux command
Move files between servers
Move file from current server to another server (remote_server)
scp this_path/this_file username@remote_server:remote_path/
Move file from remote server to local server
scp username@remote_server:remote_path/remote_file current_path/
Check resource usage
top
free -h
Check server CPU information
lscpu
cat /proc/cpuinfo
0 comments:
Post a Comment