Terminal Related
Terminal Related
Command | Function |
---|---|
scp |
Copy file between servers |
mkdir |
Create folder |
touch |
Create file |
clear |
Clear |
df -h |
Check file system |
ps -ef |grep python |
Check thread done by nohup command |
du -sh -- * |
Get size of all files in the directory |
hive -e "sql commands" >> test.csv |
Hive operation and save to file |