Šta je novo?

mass permissions remove

  • Začetnik teme Začetnik teme Sasa
  • Datum pokretanja Datum pokretanja

Sasa

Čuven
VIP član
Učlanjen(a)
20.07.2000
Poruke
5,269
Poena
780
Hi

Ima li neki alat da prodje kroz disk/folder i resetuje ili po zelji namesti permissions i security. Recimo uzme ownership, shareuje network i everyone full control i ukine nepotrebne zabrane.

Imam par racunara po kuci i kako nesto shareujem ili "ne daj boze" iskopiram sa jednog na drugi tako mi fajlovi postaju nedostupni sa drugog racunara.

Zelim da par foldera na svakom racunaru budu "no worries".
 
Evo, sad kopiram film sa jednog na drugi, moze da kopira fajl, napravi folder, ali ne moze u taj folder da snimi... kako smara 🙂
 
kreiraj istog lokalnog user-a sa istim passwordom na svim masinama u mrezi/kod kuce i stavi ga da bude lokalni administrator
odes u run: control userpasswords2
odes u Advanced, pa Managed passwords i podesis rucno da se ostalim racunarima predstavlja kao taj user

posle preko admin share (\\xxx.xxx.xxx.xxx\c$ ili koje vec slovo) mozes da pristupas svima racunarima i radis copy/paste bez ikakvih problema.
 
A da tim "no worries" folderima stavis full permition za "Everyone"?
 
A da tim "no worries" folderima stavis full permition za "Everyone"?

Stavim, i onda iskopiram nesto sa kompa1 iz XY foldera da bi postalo "no worries" na kompu2 i postane nedostupno. Na kompu2 je ali ne moze da mu se pridje sem sa kompa1.

Probacu sa kreiranjem usera.

Poz, 10x
 
Hi

Ima li neki alat da prodje kroz disk/folder i resetuje ili po zelji namesti permissions i security. Recimo uzme ownership, shareuje network i everyone full control i ukine nepotrebne zabrane.

Imam par racunara po kuci i kako nesto shareujem ili "ne daj boze" iskopiram sa jednog na drugi tako mi fajlovi postaju nedostupni sa drugog racunara.

Zelim da par foldera na svakom racunaru budu "no worries".


C:\>xcacls
XCACLS filename [/T] [/E|/X] [/C] [/G user😛erm;spec] [/R user [...]]
[/P user😛erm;spec [...]] [/D user [...]] [/Y]

Description:
Displays or modifies access control lists (ACLs) of files.

Parameter List:
filename Displays ACLs.

/T Changes ACLs of specified files in
the current directory and all subdirectories.

/E Edits ACL instead of replacing it.

/X Same as /E except it only affects the ACEs that
the specified users already own.

/C Continues on access denied errors.

/G user😛erm;spec Grants specified user access rights.

Perm can be:
R Read
C Change (write)
F Full control
P Change Permissions (Special access)
O Take Ownership (Special access)
X EXecute (Special access)
E REad (Special access)
W Write (Special access)
D Delete (Special access)

Spec can be the same as perm and will only be
applied to a directory. In this case, Perm
will be used for file inheritance in this
directory. By default, Spec=Perm.
Special values for Spec only:
T Valid for only for directories.
At least one access right has to
follow. Entries between ';' and T
will be ignored.

/R user Revokes specified user's access rights.

/P user😛erm;spec Replaces specified user's access rights.
Access right specification as same as
/G option.

/D user Denies specified user access.

/Y Replaces user's rights without verify.

NOTE:
Wildcards can be used to specify more than one file.
More than one user can be specified.
Access rights can be combined.

Examples:
XCACLS /?
XCACLS TEMP.DOC /G ADMINISTRATOR:RC
XCACLS *.TXT /G ADMINISTRATOR:RC /Y
XCACLS *.* /R ADMINISTRATOR /Y
XCACLS TEST.DLL /D ADMINISTRATOR /Y
XCACLS TEST.DLL /P ADMINISTRATOR:F /Y
XCACLS *.* /G ADMINISTRATOR:F;TRW /Y
XCACLS *.* /G ADMINISTRATOR:F;TXE /C /Y
 
Nazad
Vrh Dno