...
You can probably get by without learning much, but this guide will cover a bare minimum that anyone interacting with linux machines should know.
First open terminal Terminal.
If you are in one the CSIL computer labs, log in and select Gnome as the desktop environment (it will be in a little dropdown box after you enter your password).
...
In order to list the new file and every other file and directory within your current directory, type
Code Blockpanel | ||||
---|---|---|---|---|
| ||||
ls |
when you run this, you should see myhw.txt along with the homework directory and possibly some other files.
...
Code Block | ||||
---|---|---|---|---|
| ||||
cd ~ |
and the enter
Code Blockpanel | ||||
---|---|---|---|---|
| ||||
ls |
in order to list your files.
...
Now that you understand these basic commands, you are now ready to use the linux command line.
Other helpful links
A quick start to VIM for Beginners - https://eastmanreference.com/a-quick-start-guide-for-beginners-to-the-vim-text-editor
A beginner's guide to Linux Command Line - https://www.techspot.com/guides/835-linux-command-line-basics/
Cheat sheets, courtesy of UCSB's Center for Scientific Computing
Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...