三四四三三

command
   (sudo - super admin)
   -- move -- sudo mv ./test.html /usr/test.html
   -- copy -- sudo cp ./test.html /usr/test.html
   -- modify -- sudo pico ./test.html
   -- remove -- sudo rm /usr/test.html.save
   -- enter path -- pico /etc/environment
   -- ip -- pico /etc/network/interfaces
   -- DNS -- pico /etc/resolv.conf
   -- down jdk -- sudo apt-get install sun-java6-jdk
   -- fetch tomcat -- sudo apt-get install tomcat-5.5
   -- unpack -- sudo tar zxvf tomcat6.tar.gz
   -- sudo -- sudo su -- change to root

你可能感兴趣的:(jdk,html,tomcat,sun)