0%

二、常用命令(copy)

  • 上传到hdfs
1
hadoop fs -put archer.txt /user/hive/warehouse/test.db/t_archer
  • 关机
1
shutdown -h now
  • 重启
1
reboot   
  • 查看进程
1
ps 
  • mysql 活着管道
1
ps -ef| grep mysql
  • jps全称
1
java process connect
  • 查看进程
1
jps  java process server
  • 启动进程脚本(根目录cd ~)
1
/onekey/my-start-all.sh
  • 关闭进程脚本
1
/onekey/my-stop-all.sh关闭进程脚本
  • 查看 网关linux
1
ifconfig
  • 网关 windows
1
ipconfig 
  • 进入mysql
1
mysql -uroot -p
  • 查看端口
1
isof -f 10000
  • 杀死端口
1
kill -9 xxxx
  • 查看详细端口运行
1
jps -m
  • 查看指定端口
1
lsof -i:10000
  • 展开列表
1
alt +enter ctrl+enter
  • 格式化
1
crtl+alt+L
-------------本文结束感谢您的阅读-------------
老板你好,讨口饭吃