SóProvas


ID
609037
Banca
CONSULPLAN
Órgão
SDS-SC
Ano
2008
Provas
Disciplina
Sistemas Operacionais
Assuntos

Que parâmetro devemos passar na execução do comando no Linux useradd para não criar o diretório casa do usuário?

Alternativas
Comentários
  • useradd

    -h - Não existe

    -d home_dir
    The new user will be created using home_dir as the value for the user's login directory. The default is to append the login name to default_home and use that as the login directory name.

    -M         The user home directory will not be created, even if the system wide settings from /etc/login.defs is to create home dirs.

    -H          Também não existe.


    -m
    The user's home directory will be created if it does not exist. The files contained in skeleton_dir will be copied to the home directory if the -k option is used, otherwise the files contained in /etc/skel will be used instead. Any directories contained in skeleton_dir or /etc/skel will be created in the user's home directory as well. The -k option is only valid in conjunction with the -m option. The default is to not create the directory and to not copy any files.


     
  • Como já é habitual para essa banca, essa questão é cretina.

    Na minha opinião, deveria ser anulada, visto que o comportamento default de useradd é não criar o home e então, não é necessário parâmetro para isso.

    O -M faz sentido se a configuração padrão do comando tiver sido alterada, mas isso não foi dito no enunciado.