EnglishFrenchSpanish

Ad


OnWorks favicon

chacl - Online in the Cloud

Run chacl in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command chacl that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


chacl - change the access control list of a file or directory

SYNOPSIS


chacl acl pathname...
chacl -b acl dacl pathname...
chacl -d dacl pathname...
chacl -R pathname...
chacl -D pathname...
chacl -B pathname...
chacl -l pathname...
chacl -r pathname...

DESCRIPTION


chacl is an IRIX-compatibility command, and is maintained for those users who are familiar
with its use from either XFS or IRIX. Refer to the SEE ALSO section below for a
description of tools which conform more closely to the (withdrawn draft) POSIX 1003.1e
standard which describes Access Control Lists (ACLs).

chacl changes the ACL(s) for a file or directory. The ACL(s) specified are applied to
each file in the pathname arguments.

Each ACL is a string which is interpreted using the acl_from_text(3) routine. These
strings are made up of comma separated clauses each of which is of the form,
tag:name:perm. Where tag can be:

"user" (or "u")
indicating that the entry is a user ACL entry.

"group" (or "g")
indicating that the entry is a group ACL entry.

"other" (or "o")
indicating that the entry is an other ACL entry.

"mask" (or "m")
indicating that the entry is a mask ACL entry.

name is a string which is the user or group name for the ACL entry. A null name in a user
or group ACL entry indicates the file's owner or file's group. perm is the string "rwx"
where each of the entries may be replaced by a "-" indicating no access of that type, e.g.
"r-x", "--x", "---".

OPTIONS


-b Indicates that there are two ACLs to change, the first is the file access ACL and
the second the directory default ACL.

-d Used to set only the default ACL of a directory.

-R Removes the file access ACL only.

-D Removes directory default ACL only.

-B Remove all ACLs.

-l Lists the access ACL and possibly the default ACL associated with the specified
files or directories. This option was added during the Linux port of XFS, and is
not IRIX compatible.

-r Set the access ACL recursively for each subtree rooted at pathname(s). This option
was also added during the Linux port of XFS, and is not compatible with IRIX.

EXAMPLES


A minimum ACL:

chacl u::rwx,g::r-x,o::r-- file

The file ACL is set so that the file's owner has "rwx", the file's group has read and
execute, and others have read only access to the file.

An ACL that is not a minimum ACL, that is, one that specifies a user or group other than
the file's owner or owner's group, must contain a mask entry:

chacl u::rwx,g::r-x,o::r--,u:bob:r--,m::r-x file1 file2

To set the default and access ACLs on newdir to be the same as on olddir, you could type:

chacl -b `chacl -l olddir | \
sed -e 's/.*\[//' -e 's#/# #' -e 's/]$//'` newdir

CAUTIONS


chacl can replace the existing ACL. To add or delete entries, you must first do chacl -l
to get the existing ACL, and use the output to form the arguments to chacl.

Changing the permission bits of a file will change the file access ACL settings (see
chmod(1)). However, file creation mode masks (see umask(1)) will not affect the access
ACL settings of files created using directory default ACLs.

ACLs are filesystem extended attributes and hence are not typically archived or restored
using the conventional archiving utilities. See attr(5) for more information about
extended attributes and see xfsdump(8) for a method of backing them up under XFS.

Use chacl online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    turkdevops
    turkdevops
    TurkDevOps aç?k kaynak yaz?l?m
    geli?tirici topluluklar? DevTurks-Team
    Taraf?ndan desteklenmektedir..
    Features:https://github.com/turkdevopshttps://turkdevops.g...
    Download turkdevops
  • 2
    Wine
    Wine
    Wine is an Open Source implementation
    of the Windows API on top of X and Unix.
    Wine provides both a development toolkit
    for porting Windows sources to Unix and...
    Download Wine
  • 3
    LAME (Lame Aint an MP3 Encoder)
    LAME (Lame Aint an MP3 Encoder)
    LAME is an educational tool to be used
    for learning about MP3 encoding. The
    goal of the LAME project is to improve
    the psycho acoustics, quality and speed
    of MP...
    Download LAME (Lame Aint an MP3 Encoder)
  • 4
    wxPython
    wxPython
    A set of Python extension modules that
    wrap the cross-platform GUI classes from
    wxWidgets.. Audience: Developers. User
    interface: X Window System (X11), Win32 ...
    Download wxPython
  • 5
    packfilemanager
    packfilemanager
    This is the Total War pack file manager
    project, starting from version 1.7. A
    short introduction into Warscape
    modding: ...
    Download packfilemanager
  • 6
    IPerf2
    IPerf2
    A network traffic tool for measuring
    TCP and UDP performance with metrics
    around both throughput and latency. The
    goals include maintaining an active
    iperf cod...
    Download IPerf2
  • 7
    fre:ac - free audio converter
    fre:ac - free audio converter
    fre:ac is a free audio converter and CD
    ripper for various formats and encoders.
    It features MP3, MP4/M4A, WMA, Ogg
    Vorbis, FLAC, AAC, and Bonk format
    support, ...
    Download fre:ac - free audio converter
  • More »

Linux commands

Ad