Replies: 2 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
-
Interested to contribute... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently
nnn
uses thecp
andmv
commands to copy and move files. Instead the POSIX Asynchronous I/O framework can be used to achieve the same.For file attributes, functions like fchmod(), fchown(), futimens(), and setxattr() can be used after creating the new file to set its attributes to match the source file.
Beta Was this translation helpful? Give feedback.
All reactions