Permissões de Arquivo do Windows 7, Guia Segurança, grupo “SYSTEM ou Grupo de Usuários”

0

* Observação: este é um novo post de um tópico "muito amplo". Esta é uma versão reduzida:

Clique com o botão direito do mouse em um arquivo e escolha "Permissões". Eu escolho a aba "Segurança". Na seção "Nomes de grupo ou usuário", vejo um item chamado "SYSTEM" (todos em maiúsculas). O sistema tem todas as permissões. Alguém pode explicar o que este grupo SYSTEM realmente significa, e para que serve (de preferência em detalhes)

Minha suposição é que o SISTEMA é o sistema operacional (Windows 7 para mim).

Obrigado!

    
por Anonymous 06.03.2015 / 22:59

1 resposta

2

Alguém pode explicar o que este grupo SYSTEM realmente significa, e para que serve?

The system account and the administrator account (Administrators group) have the same file privileges, but they have different functions.

The system account is used by the operating system and by services that run under Windows. There are many services and processes within Windows that need the capability to log on internally (for example during a Windows installation).

The system account was designed for that purpose; it is an internal account, does not show up in User Manager, cannot be added to any groups, and cannot have user rights assigned to it. On the other hand, the system account does show up on an NTFS volume in File Manager in the Permissions portion of the Security menu.

By default, the system account is granted full control to all files on an NTFS volume. Here the system account has the same functional privileges as the administrator account.

NOTE: Granting either account Administrators group file permissions does not implicitly give permission to the system account. The system account's permissions can be removed from a file but it is not recommended.

Fonte Como a conta do sistema é usada no Windows

Leitura Adicional

por 06.03.2015 / 23:03