Linux相关

快捷键

Ubuntu Fedora
快速回到桌面:Ctrl+Alt+d
快速调出命令行,即终端:Ctrl+Alt+t

  • linux下合并多个文件,并按文件名分段
    http://blog.slogra.com/post-262.html
  • bash shell退格键乱码
    http://share.blog.51cto.com/278008/583382
  • 查找文件
    find / -name zookeeper*
  • 查看进程信息(含路径)
    ps -ef
  • 在PATH中添加路径
    set $PATH=$PATH:yourPath
  • 设置变量
    export JAVA=javaPath

你可能感兴趣的:(Linux相关)