Skip to content

Commit a03fb46

Browse files
committed
edits to introduction
1 parent 36978b1 commit a03fb46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/cheaha/open_ondemand/hpc_desktop.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ It has the same functionality as a standard Centos 7 desktop including a web bro
1010

1111
## Using the Terminal
1212

13-
The terminal (also known as the command line, unix shell or shell) allows users to interact with the system using text-based commands. The Terminal is commonly used in HPC environments like ours, for file management, module loading, job submission, and more. We recommend the Software Carpentries tutorial for getting familiar with terminal and shell commands. You can find details about this and other recommended tutorials our [Training Resources](../../education/training_resources.md#the-carpentries) page. Additional information is available in our documentation on the [shell](../../workflow_solutions/shell.md).
13+
The terminal (also known as the command line, unix shell or shell) allows users to interact with the system using text-based commands. The Terminal is commonly used in HPC environments like ours, for file management, module loading, job submission, and more. Common commands include navigating directories (`cd`), listing files (`ls`), moving or copying files (`mv`, `cp`), and checking your current working directory (`pwd`).
14+
15+
We recommend the Software Carpentries tutorial for getting familiar with terminal and shell commands. You can find details about the terminal and other recommended tutorials in our [Training Resources](../../education/training_resources.md#the-carpentries) page. Additional information is available in our documentation on the [shell](../../workflow_solutions/shell.md).
1416

1517
Below are examples of using appropriate commands within the terminal to;
1618

0 commit comments

Comments
 (0)