Slackware – Comandos Básicos para iniciantes
Listando Processos
# ps x
Listando partições
# df -h
Verificando uso da memória
# free
Montar CDROM:
# mount -t auto /dev/hda /mnt/cdrom
Desmontar CDROM:
# umount -t auto /dev/hda /mnt/cdrom
Montar pendrive:
# mount -t auto /dev/sdb1 /mnt/memory
Desmontar pendrive:
# mount -t auto /dev/sdb1 /mnt/memory
Para reiniciar o Slackware, entre no modo texto (Ctrl+alt+backspace) e digite:
# reboot
Para desligar o Slackware, entre no modo texto (Ctrl+alt+backspace) e digite:
# halt
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically to your feed reader.



Bem simples, prático e bom.