Results of 1 - 10 of about 116 for pathname (0.009 sec.)
- Man page of RMDIR 9258
- RMDIR Section: Linux Programmer's Manual (2) Updated: 2015-08-08 Index JM Home Page 名前 rmdir -
...
書式 #include < unistd.h > int rmdir(const char * pathname ); 説明 rmdir () はディレクトリを削除する。削除する ...
が返され、 errno が適切に設定される。 エラー EACCES pathname を含んでいるディレクトリへの書き込みアクセスが プロ ...
の実効 (effective) UID に対して許可されていないか、 pathname に含まれているディレクトリのどれかに検索 (実行) 許 ...
可がないか、 pathname に至るまでのディレクトリのいずれかに対する検索許可 ...
-
https://man.plustar.jp/manpage/man2/rmdir.2.html
- [similar]
- Man page of MKDIR 8870
- MKDIR Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 mkdir,
...
> #include < sys/types.h > int mkdir(const char * pathname , mode_t mode ); #include < fcntl.h > /* AT_* 定数 ...
sys/stat.h > int mkdirat(int dirfd , const char * pathname , mode_t mode ); glibc 向けの機能検査マクロの要件 ...
glibc 2.10 より前: _ATFILE_SOURCE 説明 mkdir () は pathname で示される名前のディレクトリを作成しようとする。 T ...
と全く同様に動作するが、以下で説明する点が異なる。 pathname で指定されたパス名が相対パスの場合、このパス名はフ ...
-
https://man.plustar.jp/manpage/man2/mkdir.2.html
- [similar]
- Man page of MKDIR 8870
- MKDIR Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 mkdir,
...
> #include < sys/types.h > int mkdir(const char * pathname , mode_t mode ); #include < fcntl.h > /* AT_* 定数 ...
sys/stat.h > int mkdirat(int dirfd , const char * pathname , mode_t mode ); glibc 向けの機能検査マクロの要件 ...
glibc 2.10 より前: _ATFILE_SOURCE 説明 mkdir () は pathname で示される名前のディレクトリを作成しようとする。 T ...
と全く同様に動作するが、以下で説明する点が異なる。 pathname で指定されたパス名が相対パスの場合、このパス名はフ ...
-
https://man.plustar.jp/manpage/man2/mkdirat.2.html
- [similar]
- Man page of UNLINK 8870
- UNLINK Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 unlink
...
書式 #include < unistd.h > int unlink(const char * pathname ); #include < fcntl.h > /* AT_* 定数の定義 */ #inc ...
< unistd.h > int unlinkat(int dirfd , const char * pathname , int flags ); glibc 向けの機能検査マクロの要件 ( ...
されたかにより決まる) が、以下で説明する点が異なる。 pathname で指定されたパス名が相対パスの場合、このパス名はフ ...
トワーキングディレクトリに対する相対パスではない)。 pathname で指定されたパス名が相対パスで、 dirfd が特別な値 ...
-
https://man.plustar.jp/manpage/man2/unlink.2.html
- [similar]
- Man page of UNLINK 8870
- UNLINK Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 unlink
...
書式 #include < unistd.h > int unlink(const char * pathname ); #include < fcntl.h > /* AT_* 定数の定義 */ #inc ...
< unistd.h > int unlinkat(int dirfd , const char * pathname , int flags ); glibc 向けの機能検査マクロの要件 ( ...
されたかにより決まる) が、以下で説明する点が異なる。 pathname で指定されたパス名が相対パスの場合、このパス名はフ ...
トワーキングディレクトリに対する相対パスではない)。 pathname で指定されたパス名が相対パスで、 dirfd が特別な値 ...
-
https://man.plustar.jp/manpage/man2/unlinkat.2.html
- [similar]
- Man page of OPEN 8531
- OPEN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 open, op
...
tat.h > #include < fcntl.h > int open(const char * pathname , int flags ); int open(const char * pathname , in ...
t flags , mode_t mode ); int creat(const char * pathname , mode_t mode ); int openat(int dirfd , const char ...
* pathname , int flags ); int openat(int dirfd , const char * ...
pathname , int flags , mode_t mode ); /* Documented separat ...
-
https://man.plustar.jp/manpage/man2/creat.2.html
- [similar]
- Man page of OPEN 8531
- OPEN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 open, op
...
tat.h > #include < fcntl.h > int open(const char * pathname , int flags ); int open(const char * pathname , in ...
t flags , mode_t mode ); int creat(const char * pathname , mode_t mode ); int openat(int dirfd , const char ...
* pathname , int flags ); int openat(int dirfd , const char * ...
pathname , int flags , mode_t mode ); /* Documented separat ...
-
https://man.plustar.jp/manpage/man2/open.2.html
- [similar]
- Man page of OPEN 8531
- OPEN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 open, op
...
tat.h > #include < fcntl.h > int open(const char * pathname , int flags ); int open(const char * pathname , in ...
t flags , mode_t mode ); int creat(const char * pathname , mode_t mode ); int openat(int dirfd , const char ...
* pathname , int flags ); int openat(int dirfd , const char * ...
pathname , int flags , mode_t mode ); /* Documented separat ...
-
https://man.plustar.jp/manpage/man2/openat.2.html
- [similar]
- Man page of MKNOD 8318
- MKNOD Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 mknod,
...
l.h > #include < unistd.h > int mknod(const char * pathname , mode_t mode , dev_t dev ); #include < fcntl.h > ...
sys/stat.h > int mknodat(int dirfd , const char * pathname , mode_t mode , dev_t dev ); glibc 向けの機能検査マ ...
CE || _SVID_SOURCE 説明 システムコール mknod () は pathname という名前のファイルシステムノード (ファイル、デバ ...
役立つだろう)。 それ以外の場合は dev は無視される。 pathname が既に存在する場合、またはシンボリックリンクの場合 ...
-
https://man.plustar.jp/manpage/man2/mknod.2.html
- [similar]
- Man page of MKNOD 8318
- MKNOD Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 mknod,
...
l.h > #include < unistd.h > int mknod(const char * pathname , mode_t mode , dev_t dev ); #include < fcntl.h > ...
sys/stat.h > int mknodat(int dirfd , const char * pathname , mode_t mode , dev_t dev ); glibc 向けの機能検査マ ...
CE || _SVID_SOURCE 説明 システムコール mknod () は pathname という名前のファイルシステムノード (ファイル、デバ ...
役立つだろう)。 それ以外の場合は dev は無視される。 pathname が既に存在する場合、またはシンボリックリンクの場合 ...
-
https://man.plustar.jp/manpage/man2/mknodat.2.html
- [similar]