Linux / Unix Commands
Remove full directory in Linux: rm -rf directoryMove 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