Difference between revisions of "Terminal"

From Habitat: Giardino
 
Line 2: Line 2:


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


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


Copy-paste...
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...
Read...
cat script.py  
cat script.py  


List...
List...
ls
ls

Latest revision as of 09:56, 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