Friday, December 6, 2013

Linux / Unix Commands

Linux / Unix Commands

Remove full directory in Linux: rm -rf directory

Move files from Windows to Linux by using pscp.exe (putty add-on)
pscp.exe notes.txt hduser@linuxIpAddress:/home/hduser/Down

Move files from one server to another:
 sudo rcp *.* hduser@192.168.1.102:/home/hduser/Downloads/

to get services and port numbers:
$ netstat -tulpn

No comments:

Post a Comment