Enviado em 17/08/2016 - 16:36h
Galera , boa tardeEnviado em 17/08/2016 - 23:31h
"..." Protege uma string, mas reconhece $, \ e ` como especiaisEnviado em 18/08/2016 - 10:55h
Enviado em 18/08/2016 - 11:38h
Olá,Enviado em 18/08/2016 - 14:26h
for shell in $(awk -F: '{if($3>=1000 && $3<65534) print $7}' /etc/passwd|sort|uniq);do if ! egrep -q "$shell" /etc/shells;then echo "$shell" >> /etc/shells fi; done
SHELLS=$(awk -F"/" '/^\/bin/{print $3}' /etc/shells|xargs|sed 's/ /\|/g') if NOT_FIND=$(awk -F":" '$3>1000 && $3<65534 && $7!~/bin\/('$SHELLS')/ {print $7}' passwd);then echo "$NOT_FIND" >> /etc/shells;fi
Enviado em 18/08/2016 - 16:00h
awk -F: 'FILENAME~/shells/{s[$0]=1;next}!($7 in s)&&$7!="/bin/false"{print}' /etc/shells /etc/passwd
comm -1 -3 <(sort /etc/shells) <(cut -d: -f7 /etc/passwd|sort -u) | grep -Fv '/bin/false'
Descritores de Arquivos e Swappiness
tux-gpt - Assistente de IA para o Terminal
Instalação e configuração do Chrony
Programa IRPF - Guia de Instalação e Resolução de alguns Problemas
Como instalar no Linux Jogos da Steam só para Windows
Instalando o Team Viewer no Debian Trixie - problema no Policykit
O Que Fazer Após Instalar Ubuntu 25.04
Copiar Layout do Teclado para aplicar em outra Distribuição (10)
Autenticação necessária. um aplicativo quer acesso ao chaveiro (2)
Graduação e certificação Eng. de redes e Eng. Linux[DUVIDA] (0)