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")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
cd /var/www/html/
=Basic Command line command=


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


scp /path/to/folder root@habitattt.it:/path/to/somewhere/else
Open...
  nano index.html


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


ls
Read...
cat script.py
 
List...
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