Version: 1.5.4
Trash
When deleting files you can select to permanently delete them, or to plae them in the Trash (default option). The Trash page allows you to manage deleted.
In the table, you can see the following information:
- Name
- Size β Displays the size for files. For folders, click Calculate to fetch their size.
- Deletion Date β Shows the timestamp when the file was deleted.
- Original Path β Displays where the file was located before delete.
- Permissions β Displays symbolic file permissions (e.g.,
drwxr-xr-x
). Hover over them to view the octal (numeric) equivalent (e.g.,0755
).
Clicking the Toggle icon reveals additional details:
- Owner β The UID of the file or folder owner.
- Group β The GID of the group that owns the file or folder.
- Links β The number of hard links to the file or directory.
- Link Target β If itβs a symlink, this shows the target it points to.
- Type β Indicates whether it's a directory, file, or symbolic link.
Restore Fileβ
To restore a file, select the item and click on the Restore button, then confirm.
Restore All Filesβ
To restore all file, click on the Restore All button, then confirm.
Delete a Fileβ
To permanently delete a file, select the item and click on the Delete button, then confirm.
Files will be permanently deleted.
Delete All Filesβ
To permanently delete all files, click on the Delete All button, then confirm.
Was this helpful?