GitBook: [master] one page modified

This commit is contained in:
CPol 2020-12-28 22:36:56 +00:00 committed by gitbook-bot
parent c73cb5233d
commit 704c984805
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -458,7 +458,8 @@ Knowing the inode number you can easily find it's index:
* The "-1" is because the inode 0 is undefined \(not used\)
```bash
ls -ali /bin | sort -n #Get all inode numbers ans sort by them
ls -ali /bin | sort -n #Get all inode numbers and sort by them
stat /bin/ls #Get the inode information of a file
```
### Filesystem View