diff --git a/content/open_ondemand/managing_and_transferring_files.md b/content/open_ondemand/managing_and_transferring_files.md index f693eb277798f610d07f53dd050cbb04c78cb770..9ecd2364e2131513dc51dc511e5717889cb4041e 100644 --- a/content/open_ondemand/managing_and_transferring_files.md +++ b/content/open_ondemand/managing_and_transferring_files.md @@ -12,12 +12,12 @@ You will be directed to the File Explorer page which displays the directory cont {{< figure src="/images/OOD_File_explorer_1.png" width="700" class="img-border">}} -Basic file operations can be accomplished by selecting a file or directory and clicking on the button for the desired operation. Selecting a text file and then clicking the "Edit" button will open up a separate tab with a text editor, allowing you to modify text files directly through the portal. +Basic file operations can be accomplished by selecting a file or directory and clicking on the button for the desired operation. Selecting a text file and then clicking the three dot button will pop open a small menu where you will find the "Edit" button. The "Edit" button will open up a separate tab with a text editor, allowing you to modify text files directly through the portal. {{< figure src="/images/OOD_File_explorer_2.png" width="700" class="img-border">}} {{< figure src="/images/OOD_Text_editor_1.png" width="700" class="img-border">}} -Switching to a different file system from within the File Explorer page is done by clicking on "Go To..." any typing in the desired directory path. For example, if you are in your `/home` directory and want to switch to your `/work` directory, type `/work/<groupname>/<username>` in the pop-up window, and then click "OK". +Switching to a different file system from within the File Explorer page is done by clicking on "Change directory" and typing in the desired directory path. For example, if you are in your `/home` directory and want to switch to your `/work` directory, type `/work/<groupname>/<username>` in the pop-up window, and then click "OK". {{< figure src="/images/OOD_Go_to_1.png" width="700" class="img-border">}} @@ -29,4 +29,14 @@ To download files to your local computer, select the files and directories you w {{< figure src="/images/OOD_Download_1.png" width="700" class="img-border">}} +To Copy/Move files the following steps needs to be followed + +{{< figure src="/images/OOD_copy-move_1.png" width="700" class="img-border">}} + +- *Pick the files:* Select the file(s) for moving or copying within the user's home directory. + +- *Choose the destination:* Click the Copy/Move tab. Then, specify the desired destination folder for the selected file(s) by navigating to the target folder listed on the left site, below the "Copy" and "Move" buttons. + +- *Click Copy or Move:* Click "Copy" (represented by the blue button) to create a duplicate of the file(s) in the specified target directory, while the original file(s) remain untouched in the current location. Choose "Move" (represented by the red button) to create a duplicate of the file(s) only in the target directory. + Next: [Job Management and Submission with HCC OnDemand]({{< relref "job_management_and_submission" >}}) diff --git a/static/images/OOD_Download_1.png b/static/images/OOD_Download_1.png index 961a0152f9a549a0ec0cd80928c15d974e4a15bc..8466a3354f598d30a411a92e5170319611ed671d 100644 Binary files a/static/images/OOD_Download_1.png and b/static/images/OOD_Download_1.png differ diff --git a/static/images/OOD_File_explorer_1.png b/static/images/OOD_File_explorer_1.png index 33f0040e8640665909be477efc9f83f0ef2713a4..2a37c074785da8d062da5d4aa10a16c23c08fd44 100644 Binary files a/static/images/OOD_File_explorer_1.png and b/static/images/OOD_File_explorer_1.png differ diff --git a/static/images/OOD_File_explorer_2.png b/static/images/OOD_File_explorer_2.png index ba190f9f20bf7ea7030572fde354290094c16f7f..e06c9378532efdc5193ef4e6894816b581ec054d 100644 Binary files a/static/images/OOD_File_explorer_2.png and b/static/images/OOD_File_explorer_2.png differ diff --git a/static/images/OOD_Go_to_1.png b/static/images/OOD_Go_to_1.png index f1ff5e282bdbcf9730f448297122c93d606fc636..9ce217b28c348a47b75f22e3797cfe9f61047c1e 100644 Binary files a/static/images/OOD_Go_to_1.png and b/static/images/OOD_Go_to_1.png differ diff --git a/static/images/OOD_Text_editor_1.png b/static/images/OOD_Text_editor_1.png index b3e0daf3d743862d38c00ba41650d60d36233ef6..214fe95b1a1b3c6a78adb928afdff0cff4fd841c 100644 Binary files a/static/images/OOD_Text_editor_1.png and b/static/images/OOD_Text_editor_1.png differ diff --git a/static/images/OOD_Upload_1.png b/static/images/OOD_Upload_1.png index 4fc2f59bf95dc33790aa50904b354cb8d732ac5c..f454410262bc6afedebfa9105d21d1f1aa72a059 100644 Binary files a/static/images/OOD_Upload_1.png and b/static/images/OOD_Upload_1.png differ diff --git a/static/images/OOD_copy-move_1.png b/static/images/OOD_copy-move_1.png new file mode 100644 index 0000000000000000000000000000000000000000..1a429d5b5d725e6ba18aa719c9de03ecf62ab1cc Binary files /dev/null and b/static/images/OOD_copy-move_1.png differ