Man page - declone(1)
Packages contas this manual
- aumeta(1)
- pegrep(1)
- hxtools(7)
- bin2c(1)
- recursive_lower(1)
- mailsplit(1)
- ofl(1)
- psthreads(1)
- rezip(1)
- declone(1)
- qtar(1)
- peicon(1)
- ssa2srt(1)
- checkbrack(1)
- bsvplay(1)
- pcmdiff(1)
- pcmmix(1)
- mod2opus(1)
- diff2php(1)
- rot13(1)
- qplay(1)
- logontime(8)
- fd0ssh(1)
- spec-beautifier(1)
- ldif-duplicate-attrs(1)
- vcsaview(8)
- sourcefuncsize(1)
- hcdplay(1)
- clock_info(1)
- pesubst(1)
- wktimer(1)
Package: hxtools
apt-get install hxtools
apt-get install hxtools
Manuals in package:
Documentations in package:
Manual
| declone(1) | hxtools | declone(1) |
Name
declone — break hardlinks
Syntax
declone file...
Description
Breaks a hard link as created by ln(1) or hardlink(1). This program makes a copy of the file's contents, the ownership information and standard permissions. It does not copy ACLs or SELinux contexts.
Example
$ ln GNUmakefile new1 $ ln GNUmakefile new2 $ ls -li GNUmakefile new1 new2 -rw-r--r-- 3 jengelh users 2687 May 27 23:11 GNUmakefile -rw-r--r-- 3 jengelh users 2687 May 27 23:11 new1 -rw-r--r-- 3 jengelh users 2687 May 27 23:11 new2 $ declone new2 * new2 $ ls -li GNUmakefile new1 new2 -rw-r--r-- 2 jengelh users 2687 May 27 23:11 GNUmakefile -rw-r--r-- 2 jengelh users 2687 May 27 23:11 new1 -rw-r--r-- 1 jengelh users 2687 May 28 09:10 new2
See also
hxtools(7)
| 2008-02-06 | hxtools |