Link to home
Start Free TrialLog in
Avatar of kiirowei
kiirowei

asked on

Linux command

Dear experts, please help.
How to access those files using IS command, and what command I should use to connect and transfer those files to another workstation? I don't want to use the 'move' command. Thank you.

/etc/passwd                   
/etc/hosts                   
/etc/xinetd.d/                   
/etc/mail/                   
/home/yourlogin/.login       
/home/yourlogin/.profile       
ASKER CERTIFIED SOLUTION
Avatar of bryanlloydharris
bryanlloydharris

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi,

you can do:

scp username@otherworkstattion.com /etc/passwd
xDamox - that's a little sloppy! ;)

scp username@otherworkstattion.com /etc/passwd

should be:

scp /etc/passwd root@otherworkstation.com:/etc/passwd