Skip to content

Instantly share code, notes, and snippets.

@zoxon
Forked from kalys/Linux commands.md
Created January 24, 2018 03:07
Show Gist options
  • Save zoxon/bc38a4bcb915cb1d678cc655035b46a7 to your computer and use it in GitHub Desktop.
Save zoxon/bc38a4bcb915cb1d678cc655035b46a7 to your computer and use it in GitHub Desktop.

Уровень 1

  • ps
  • top
  • scp
  • pushd / popd / cd -
  • bg/fg/ctrl+z
  • netstat
  • ifconfig
  • su/sudo
  • screen, tmux
  • df
  • uname -a (чтобы узнать версию ОС, ядро)
  • cat /etc/issue (чтобы узнать версию ОС, если командой выше не пропалилось)
  • more, less, tail, head, split

Уровень 2

  • dig
  • nslookup
  • du
  • who, whoami
  • w (чтобы узнать кто еще сидит на этой машине)
  • history (чтобы узнать что делалось под твоим текущим аккаунтом в системе)
  • htop
  • atop

Уровень 3

  • xargs
  • sort
  • wc
  • head
  • tmux as window manager
  • nc (netcat)
  • nmap

Уровень 4

Добавляем команды в комментариях

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment