Difference between revisions of "Terminal"

From Habitat: Giardino
(Created page with "cd /var/www/html/ nano index.html scp /path/to/folder root@habitattt.it:/path/to/somewhere/else cat script.py ls")
 
Line 1: Line 1:
=Basic Command line command=
Go to...
cd /var/www/html/
cd /var/www/html/


Open...
nano index.html  
nano index.html  


Copy-paste...
scp /path/to/folder  root@habitattt.it:/path/to/somewhere/else
scp /path/to/folder  root@habitattt.it:/path/to/somewhere/else


Read...
cat script.py  
cat script.py  


List...
ls
ls

Revision as of 09:55, 24 June 2025

Basic Command line command

Go to... cd /var/www/html/

Open... nano index.html

Copy-paste... scp /path/to/folder root@habitattt.it:/path/to/somewhere/else

Read... cat script.py

List... ls