Linux User & File Management
From 2047Servers Support
| Line 75: | Line 75: | ||
nano /etc/ftpusers | nano /etc/ftpusers | ||
| + | |||
| + | ===FTP Permission Numbers Explained=== | ||
| + | |||
| + | 1st Number = Owner Access | ||
| + | 2nd Number = Group Access | ||
| + | 3rd Number = Public Access | ||
| + | |||
| + | |||
| + | 0 No Permissions - The User(s) can't do anything | ||
| + | |||
| + | 1 Execute Only - The User(s) can only execute the file) | ||
| + | |||
| + | 2 Write Only - The User(s) can only write to the file / folder) | ||
| + | |||
| + | 3 Write and Execute Permissions - The User(s) can only Write & Execute the file) | ||
| + | |||
| + | 4 Read Only - The User(s) can only read from the file / folder | ||
| + | |||
| + | 5 Read and Execute Permissions - The User(s) can only read from the file / folder & execute the file | ||
| + | |||
| + | 6 Read and Write Permissions - The User(s) can only read & write to the file / folder | ||
| + | |||
| + | 7 Read, Write and Execute Permissions - The User(s) can do everything - Read, Write & Execute the file / folder | ||
=== Jailing Users in a folder === | === Jailing Users in a folder === | ||