Skip to content

Commit

Permalink
Doc/04-Command*.md: wrote about flat of ls's long format
Browse files Browse the repository at this point in the history
  • Loading branch information
hymkor committed Feb 19, 2021
1 parent 5f9afd1 commit ee9ba1f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Doc/04-Commands_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,24 @@ List the directory. Supported options are below:
* `-?` Display help
* `-L` Show information for the file refernces rather than for the link it self.

Example of `ls -al`

```
drwx-sh 0 Feb 19 20:16:53 System Volume Information/
drwxa-- 0 Sep 3 2016 TDM-GCC-64/
```

What FLAGs are meaning

- `d` - Directory
- `r` - Readable
- `w` - Writable (not read-only file)
- `x` - Executable
- `a` - Ready for archiving
- `s` - System file
- `h` - Hidden file


### `more`

Support both UTF8 and ANSI-text (auto detected)
Expand Down
17 changes: 17 additions & 0 deletions Doc/04-Commands_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,23 @@ PID で示されるプロセスを強制終了します
* `-?` ヘルプを表示します。
* `-L` リンク自体ではなく、リンクの参照先の情報を表示する

ロングフォーマットの例 (`ls -al`)

```
drwx-sh 0 Feb 19 20:16:53 System Volume Information/
drwxa-- 0 Sep 3 2016 TDM-GCC-64/
```

フラグの意味

- `d` - ディレクトリ
- `r` - 読み込み可
- `w` - 書き込み可 (not read-only file)
- `x` - 実行可能
- `a` - アーカイブ済み
- `s` - システムファイル
- `h` - 隠しファイル

### `ps`

プロセスのリストを表示します。
Expand Down

0 comments on commit ee9ba1f

Please sign in to comment.