エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
rename(2) - Linux manual page
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
rename(2) - Linux manual page
rename(2) System Calls Manual rename(2) NAME toprename, renameat, renameat2 - change the ... rename(2) System Calls Manual rename(2) NAME toprename, renameat, renameat2 - change the name or location of a file LIBRARY topStandard C library (libc, -lc) SYNOPSIS top#include <stdio.h> int rename(const char *oldpath, const char *newpath); #include <fcntl.h> /* Definition of AT_* constants */ #include <stdio.h> int renameat(int olddirfd, const char *oldpath, int newdirfd

