User Tools

Site Tools


vps_-_plan9front_-_contrib_and_ftpfs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vps_-_plan9front_-_contrib_and_ftpfs [2022/06/24 19:32] hc9vps_-_plan9front_-_contrib_and_ftpfs [2022/07/19 20:52] (current) – removed hc9
Line 1: Line 1:
-====== contrib via ftpfs ====== 
- 
-=== A man page example === 
- 
-From the SDF 9p shell<sup>1</sup>: 
- 
-<code> 
-cpu% man ftpfs 
-</code> 
- 
-<code> 
-cpu% ftpfs -a ftp@sdf.org sdf.org 
-</code> 
- 
-=== An src/Plan9/usr/glenda directory example === 
- 
-<code> 
-cpu% cd /n/ftp/pub/sdf/plan9/src/plan9/usr/glenda 
-cpu% cp /n/ftp/pub/sdf/plan9/src/plan9/usr/glenda/readme.rio $home/readme.rio 
-cpu% cp /n/ftp/pub/sdf/plan9/src/plan9/usr/glenda/readme.acme $home/readme.acme 
-</code> 
- 
-=== A contrib directory example === 
- 
-<code> 
-cpu% cd /n/ftp/pub/sdf/plan9/contrib 
-cpu% cd smj 
-</code> 
- 
-From the SDF shell<sup>2</sup>: 
- 
-<code> 
-$ cd /ftp/pub/sdf/plan9 
-$ cat README.TXT 
-</code> 
- 
-<sup>1</sup> [[https://9p.sdf.org|plan9port Shell Account]]. <sup>2</sup> [[https://sdf.org|UNIX Shell Account]].