Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
tutorial
2015-06-19-R3-Linux101
Commits
abbed7f3
Commit
abbed7f3
authored
Jun 19, 2015
by
Christophe Trefois
Browse files
Fixes
parent
8c25b2e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
abbed7f3
...
...
@@ -197,16 +197,27 @@ When you do `ls -al` you see a different view and many hidden files.
Hint:
```
bash
scp –P 8022 first.lastname@1079.2.191:
/
myFirstFolder/
scp –P 8022
file3.txt
first.lastname@1079.2.191:myFirstFolder/
```
Explanations:
*
`scp`
stands for
`secure copy`
*
`scp`
stands for
`secure copy`
and the basic syntax is
`scp source target`
*
`-P 8022`
specifies the port on which the server is accpeting our connection
*
`first.lastname@10.79.2.191`
specifies how we want to login
*
`:/myFirstFolder`
means the file will be put in to that folder on the server
*
Connect back to the server and see if your new file is there
Hint:
```bash
ssh first.lastname@10.79.2.191 -p 8022
cd myFirstFolder
ls -al
```
## Start a simple program:
***
*
Intro to command, parameters
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment