SST Lab Dokuwiki Header header picture

ユーザ用ツール

サイト用ツール


seminar:リモートアクセス

リモートアクセス

sshでつなぐ

$ ssh -l ユーザー名 ssp4
ユーザー名@ssp4's password: ←パスワードを入れる
Last login: Tue Dec 16 15:48:25 2008
[ユーザー名@ ssp4 ~]$ ls
al.py  CO.nc  co.py  CO.txt  ic81.cshrc  ic81.shrc
[ユーザー名@ ssp4 ~]$ python co.py
restarting dacapo .. 
.
.
.
[ユーザー名@ ssp4 ~]$ ls
@3789.1  CO.nc      co.py   CO.txt.bak  ic81.shrc      stop
al.py    CO.nc.bak  CO.txt  ic81.cshrc  script3789.py
[ユーザー名@ ssp4 ~]$ rm script3789.py 
[ユーザー名@ ssp4 ~]$ exit
logout
Connection to ssp4 closed.
$ 

sftpでダウンロードする

$ sftp ユーザー名@ssp4
Connecting to ssp4...
ユーザー名@ssp4's password: ←パスワードを入れる
sftp> ls
@3789.1      CO.nc        CO.nc.bak    CO.txt       al.py        co.py        
ic81.cshrc   ic81.shrc    stop         
sftp> get CO.txt
Fetching /home/ユーザー名/CO.txt to CO.txt
/home/ユーザー名/CO.txt                           100%  124KB 124.3KB/s   00:00    
sftp> quit
$ 

sftpでアップロードする

$ sftp ユーザー名@ssp4
Connecting to ssp4...
ユーザー名@ssp4's password: ←パスワードを入れる
sftp> !ls
CO.txt          Downloads       Music           Sites           実習
Desktop         Library         Pictures        sample.txt
Documents       Movies          Public          卒研
sftp> put sample.txt
Uploading sample.txt to /home/ユーザー名/sample.txt
sample.txt                                    100%  124KB 124.3KB/s   00:00    
sftp> ls 
@3789.1      CO.nc        CO.nc.bak    CO.txt       al.py        co.py        
ic81.cshrc   ic81.shrc    sample.txt   stop         
sftp> quit
$

UNIX使用上の注意

  • UNIXワークステーションはいきなり電源を切ったり、リセットしたりしてはいけない。
  • UNIXでは大文字と小文字を区別する。
  • UNIXはマルチタスクであるが、ジョブの数にほぼ比例して付加がかかる。すなわち、ジョブを2個同時に走らせると、1個の時に比べ倍くらい遅くなる。
seminar/リモートアクセス.txt · 最終更新: 2022/08/23 13:34 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki