AD(1) | 3.1.12 | AD(1) |
ad - Netatalk compatible UNIX file utility suite.
ad {ls | cp | mv | rm} [...]
ad {-v | --version}
ad is a UNIX file utility suite with Netatalk compatibility. AppleDouble data (extended attributes of files, ._files in same directories or files in .AppleDouble directories) and the CNID databases are updated as appropriate.
ad ls [-dRl [u]] {file|dir [...]}
List files and directories.
ad cp [-aipvf] {src_file} {dst_file}
ad cp -R [-aipvf] {src_file|src_directory ...} {dst_directory}
Copy files and directories.
ad mv [-finv] {src_file} {dst_file}
ad mv [-finv] {src_file|src_directory ...} {dst_directory}
Move files and directories.
ad rm [-Rv] {file|directory}
Remove files and directories.
ad -v|--version
Show version.
List files and directories. Options:
-d
-R
-l
-u
Long output description
<unixinfo> <FinderFlags> <AFP Attributes> <Color> <Type> <Creator> <CNID from AppleDouble> <name> FinderFlags (valid for (f)iles and/or (d)irectories):
d = On Desktop (f/d)
e = Hidden extension (f/d)
m = Shared (can run multiple times) (f)
n = No INIT resources (f)
i = Inited (f/d)
c = Custom icon (f/d)
t = Stationery (f)
s = Name locked (f/d)
b = Bundle (f/d)
v = Invisible (f/d)
a = Alias file (f/d) AFP Attributes:
y = System (f/d)
w = No write (f)
p = Needs backup (f/d)
r = No rename (f/d)
l = No delete (f/d)
o = No copy (f) Note: any letter appearing in uppercase means the flag is set but it's a directory for which the flag is not allowed.
Copy files and directories.
In the first synopsis form, the cp utility copies the contents of the src_file to the dst_file. In the second synopsis form, the contents of each named src_file is copied to the destination dst_directory. The names of the files themselves are not changed. If cp detects an attempt to copy a file to itself, the copy will fail.
When a copy targeting an AFP volume is detected, its CNID database daemon is connected and all copies will also go through the CNID database. AppleDouble data are also copied and created as needed when the target is an AFP volume.
Options:
-a
-f
-i
-n
-p
-R
-v
-x
Move files and directories.
Move files around within an AFP volume, updating the CNID database as needed. If either:
the files are copied and removed from the source.
Options:
-f
-i
-n
-v
Remove files and directories.
The rm utility attempts to remove the non-directory type files specified on the command line. If the files and directories reside on an AFP volume, the corresponding CNIDs are deleted from the volumes database.
The options are as follows:
-R
-v
Report bugs to the Netatalk-devel list <netatalk-devel@lists.sourceforge.net>.
05 Dec 2015 | 3.1.12 |