Skip to content

Commit

Permalink
Create README.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo authored Nov 16, 2024
1 parent ad911d0 commit 2ebbf3e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions level02/README.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- learn new commands
- `realpath` - get the full absolute filepath
- `scp` - secure copy - `scp username@ip:path _local_`
```b
> ls -l
----r--r-- 1 flag02 level02 level02.pcap
^ which means a regular file
> scp -P 4242 [email protected]:/home/user/level02/level02.pcap $(pwd)
```

0 comments on commit 2ebbf3e

Please sign in to comment.