Update Cheat Sheet.md

This commit is contained in:
AbdullahRizwan101 2020-09-28 12:15:10 -04:00 committed by GitHub
parent 9209330fce
commit be4a0b93d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ lschattr filename `Checking file attributes`
### Uploading Files
scp file/you/want <user@ip>:/path/to/store <br/>
scp file/you/want `user@ip`:/path/to/store <br/>
python -m SimpleHTTPServer [port] `By default will listen on 8000`<br/>
python3 -http.server [port] `By default will listen on 8000`<br/>