open | ファイルを開きファイルハンドルに対応させる |
close | ファイルハンドルを閉じる |
unlink | ファイルを削除する |
seek | ファイルハンドルの位置を変更する |
tell | ファイルハンドルの現在位置を得る |
truncate | ファイルサイズを変更する |
flock | ファイルロック |
opendir | ディレクトリを開きディレクトリハンドルに対応させる |
closedir | ディレクトリハンドルを閉じる |
readdir | ディレクトリハンドルからディレクトリないのファイルリストを得る |
telldir | ディレクトリハンドルの現在位置を得る |
seekdir | ディレクトリハンドルの位置を変更する |
rewinddir | ディレクトリハンドルの位置を先頭にする |
rmdir | ディレクトリを削除 |
ファイルテスト演算子 | ファイルの情報を得る |
stat | ファイルの情報を得る |
rename | ファイル名を変更する |
symlink | シンボリックリンクを作成する |
link | ハードリンクを作成する |
chown | ファイルの所有者を変更する |
chmod | ファイルのパーミッションを変更する |
chdir | カレントディレクトリの移動 |