Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
rdms:access:linux:icommands [2025/04/07 13:47] – Added how to restore deleted files giulio | rdms:access:linux:icommands [2025/07/03 11:48] (current) – [Common iCommands Usage Examples] Note about ibun and symlinks jelte | ||
---|---|---|---|
Line 56: | Line 56: | ||
" | " | ||
" | " | ||
- | " | + | " |
" | " | ||
} | } | ||
Line 250: | Line 250: | ||
For the explanation of commonly used '' | For the explanation of commonly used '' | ||
- | - **iCommands for Navigation** will describe the iCommands that are used to navigate the RDMS from the CLI, but also contain information about starting/ | + | - **iCommands for Navigation** will describe the '' |
- **iCommands for (Meta)data Management** will describe how to transfer data in/out of the RDMS, explain how to set permissions for other users, how to work with metadata from the CLI, including a more detailed description on how to query the database for more extensive searches. | - **iCommands for (Meta)data Management** will describe how to transfer data in/out of the RDMS, explain how to set permissions for other users, how to work with metadata from the CLI, including a more detailed description on how to query the database for more extensive searches. | ||
- **iCommands for Group Management** will focus on the respective commands that can be used by ' | - **iCommands for Group Management** will focus on the respective commands that can be used by ' | ||
Line 644: | Line 644: | ||
* The bundling and extraction operations do not display a progress. For large folders/ | * The bundling and extraction operations do not display a progress. For large folders/ | ||
* If you want to overwrite, you can again use the additional '' | * If you want to overwrite, you can again use the additional '' | ||
+ | * Notes that extraction via '' | ||
**Assigning Data Permission**\\ | **Assigning Data Permission**\\ | ||
Line 692: | Line 693: | ||
**How to manage files in the RDMS trash folder**\\ | **How to manage files in the RDMS trash folder**\\ | ||
- | Files that have been deleted either | + | Files that have been deleted either |
- | If instead | + | If you wish to restore files in the '' |
< | < | ||
< | < | ||
- | #Locate | + | #To locate |
- | $ ilocate -t < | + | $ ilocate -t < |
- | #Copy the path given by ilocate, then run either | + | # where the -t switch indicates to search in trash. |
- | $ imv <logical path(s) from ilocate> <logical | + | |
- | #or | + | # To move the file out of the trash folder (and preserve previously attached metadata): |
- | $ icp <logical path(s) from ilocate> <logical | + | $ imv <logical path(s) from ilocate> <path to RDMS destination folder> |
- | #or | + | |
- | $ iget <logical path(s) from ilocate> <logical | + | # To restore a copy of the file present in the trash folder |
+ | $ icp <logical path(s) from ilocate> <path to RDMS destination folder> | ||
+ | |||
+ | # To download | ||
+ | $ iget <logical path(s) from ilocate> <path to local destination folder> | ||
</ | </ |