We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3cc28 commit 42c9685Copy full SHA for 42c9685
lib/fileutils.rb
@@ -166,9 +166,9 @@
166
# \Method \FileUtils.remove_entry_secure removes securely
167
# by applying a special pre-process:
168
#
169
-# - If the target path points to a directory, this method uses
170
-# {chown(2)}[https://man7.org/linux/man-pages/man2/chown.2.html]
171
-# and {chmod(2)}[https://man7.org/linux/man-pages/man2/chmod.2.html]
+# - If the target path points to a directory, this method uses methods
+# {File#chown}[https://docs.ruby-lang.org/en/master/File.html#method-i-chown]
+# and {File#chmod}[https://docs.ruby-lang.org/en/master/File.html#method-i-chmod]
172
# in removing directories.
173
# - The owner of the target directory should be either the current process
174
# or the super user (root).
0 commit comments