Last active
May 29, 2018 16:54
-
-
Save wescleymatos/0a999dd9ec5863cf263d50c718da4e74 to your computer and use it in GitHub Desktop.
Lista de comando Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Verificar o tamanho do disco | |
fdisk -l /dev/sda | |
# Procurar um processo pelo nome | |
ps aux | grep solr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment