This shows you the differences between two versions of the page.
|
accounts_and_labs:new_scs_accounts [2012/06/15 10:54] admin |
accounts_and_labs:new_scs_accounts [2012/06/15 16:17] (current) admin |
||
|---|---|---|---|
| Line 48: | Line 48: | ||
| === Linux === | === Linux === | ||
| - | You can copy files from account A (your old account) to an account B (your new account) as follows: | + | You can copy files from your old account to your new account as follows: |
| - | - <code>ssh access.scs.carleton.ca -l accountA</code> | + | - <code>ssh access.scs.carleton.ca -l old_account</code> |
| - | - <code>scp my_file accountB@access:my_destination</code> | + | - <code>scp my_file new_account@access:my_destination</code> |
| + | |||
| + | ,where old_account is your old SCS account name, new_account is your new SCS account name and my_destination is the destination folder. | ||
| You can handle copying many files as follows: | You can handle copying many files as follows: | ||