1
0
Fork 0
util-linux/misc-utils/exch.1.adoc
Daniel Baumann c36e531662
Adding upstream version 2.41.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 11:26:35 +02:00

51 lines
793 B
Text

//po4a: entry man manual
= exch(1)
:doctype: manpage
:man manual: User Commands
:man source: util-linux {release-version}
:page-layout: base
:command: exch
== NAME
exch - atomically exchanges paths between two files
== SYNOPSIS
*exch* _oldpath_ _newpath_
== DESCRIPTION
*exch* atomically exchanges oldpath and newpath.
*exch* is a simple command wrapping *RENAME_EXCHANGE* of *renameat2*
system call.
== OPTIONS
include::man-common/help-version.adoc[]
== EXIT STATUS
*exch* has the following exit status values:
*0*::
success
*1*::
unspecified failure
== AUTHORS
mailto:yamato@redhat.com[Masatake YAMATO]
== SEE ALSO
*renameat2*(2)
include::man-common/bugreports.adoc[]
include::man-common/footer.adoc[]
ifdef::translation[]
include::man-common/translation.adoc[]
endif::[]