Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
rdms:access:linux:icommands [2025/04/08 13:46] – added John's edits giuliordms:access:linux:icommands [2025/05/28 10:07] (current) – [Configure iCommands] Small fix: Missing " jelte
Line 56: Line 56:
     "irods_port": 1247,     "irods_port": 1247,
     "irods_ssl_verify_server": "cert",     "irods_ssl_verify_server": "cert",
-    "irods_user_name": "<emailadress>,+    "irods_user_name": "<emailadress>",
     "irods_zone_name": "sdrugZone"     "irods_zone_name": "sdrugZone"
 } }
Line 250: Line 250:
 For the explanation of commonly used ''iCommands'', we will split the ''iCommands'' into three different sections: For the explanation of commonly used ''iCommands'', we will split the ''iCommands'' into three different sections:
  
-  - **iCommands for Navigation** will describe the iCommands that are used to navigate the RDMS from the CLI, but also contain information about starting/ending of the connection.+  - **iCommands for Navigation** will describe the ''iCommands'' that are used to navigate the RDMS from the CLI, but also contain information about starting/ending of the connection.
   - **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 'groupadmins' to manage RDMS groups from the CLI. As this section is not relevant for all users, it will be discussed separately.    -  **iCommands for Group Management** will focus on the respective commands that can be used by 'groupadmins' to manage RDMS groups from the CLI. As this section is not relevant for all users, it will be discussed separately. 
Line 692: Line 692:
  
 **How to manage files in the RDMS trash folder**\\ **How to manage files in the RDMS trash folder**\\
-Files that have been deleted either from the web interface or using ''irm'' are not permanently removed from the system, but are stored in the ''trash'' folder of the RDMS. Should you wish to empty your ''trash'' folder, you can simply run the ''irmtrash'' command without any further parameter.+Files that have been deleted either via the web interface or using  the command ''irm'' are not permanently removed from the system, but are stored in the ''trash'' folder of the RDMS. Should you wish to empty your ''trash'' folder, you can simply run the ''irmtrash'' command without any further parameter.
  
-If instead you wish to restore files in the ''trash'' folder, you can do so by running these lines in iCommands:+If you wish to restore files in the ''trash'' folder using ''iCommands'', you can do so by running the following commands:
 <hidden> <hidden>
 <code> <code>
Line 702: Line 702:
 # where the -t switch indicates to search in trash. Copy the path given by ilocate, then run any of the suggested commands. # where the -t switch indicates to search in trash. Copy the path given by ilocate, then run any of the suggested commands.
  
-# To move the file out of the trash folder:+# To move the file out of the trash folder (and preserve previously attached metadata):
 $ imv <logical path(s) from ilocate> <path to RDMS destination folder> $ imv <logical path(s) from ilocate> <path to RDMS destination folder>
  
-# To restore a copy of the file present in the trash folder:+# To restore a copy of the file present in the trash folder (without previously attached metadata):
 $ icp <logical path(s) from ilocate> <path to RDMS destination folder> $ icp <logical path(s) from ilocate> <path to RDMS destination folder>
  
-# To download a copy of the file to a folder on your local system:+# To download a copy of the file to a folder on your local system (without previously attached metadata):
 $ iget <logical path(s) from ilocate> <path to local destination folder> $ iget <logical path(s) from ilocate> <path to local destination folder>