SóProvas


ID
2197855
Banca
INSTITUTO AOCP
Órgão
EBSERH
Ano
2016
Provas
Disciplina
Sistemas Operacionais
Assuntos

Um administrador de sistemas operacional Linux precisa conferir o espaço em disco de um servidor na unidade de medida de GigaBytes. O comando específico para esse feito é

Alternativas
Comentários
  • df (abbreviation for disk free) is a standard Unix command used to display the amount of available disk space for file systems on which the invoking user has appropriate read access. df is typically implemented using the statfs or statvfs system calls.

     

    df [-k] [-P|-t] [-del] [file...]

    -h Display in KB, MB, or GB

     

    https://en.wikipedia.org/wiki/Df_(Unix)

     

    Gabarito: d)

  • Gabarito D

    df [opções]

    Descrição

    Este comando exibe informações sobre espaço livre e espaço usado nas partições do sistema.

    Algumas opções do comando

    -a : inclui também na listagem os sistemas de arquivos com zero blocos.

    --help : exibe as opções do comando.

    -i ou --inodes : exibe informações sobre inode.

    -k : lista o tamanho dos blocos em kbytes.

    -m : lista o tamanho dos blocos em Mbytes.

    -t tipo : especifica o tipo dos sistemas de arquivos a serem listados.

    -T : exibe o tipo dos sistemas de arquivos listados.

    -x tipo : especifica o tipo dos sistemas de arquivos que não deve ser listado.

    --version : exibe informações sobre o aplicativo.

     

    "Retroceder Nunca Render-se Jamais !"
    Força e Fé !
    Fortuna Audaces Sequitur !

  • d-

    The df utility writes the amount of available space and file slots for file systems on which the invoking user has appropriate read access. File systems shall be specified by the file operands; when none are specified, information shall be written for all file systems. The format of the default output from df is unspecified, but all space figures are reported in 512-byte units, unless the -k option is specified. This output shall contain at least the file system names, amount of available space on each of these file systems, and the number of free file slots, or inodes, available; when -t is specified, the output shall contain the total allocated space as well.