In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly explains "how to achieve remote control under Linux". The content of the explanation is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "how to achieve remote control under Linux".
Log in to 192.168.10.16 from 192.168.10.5, and you can do some operations on 192.168.10.16, such as copying files.
192.168.10.5 [root@localhost ~] # cd / tmp [root@localhost tmp] # ifconfigens32: flags=4163 mtu 1500 inet 192.168.10.5 netmask 255.255.255.0 broadcast 192.168.10.255 inet6 fe80::20c:29ff:fe84:eae5 prefixlen 64 scopeid 0x20 ether 00:0c:29:84:ea:e5 txqueuelen 1000 (Ethernet) RX packets 113798033 bytes 13848840312 (12.8 GiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 89922573 bytes 134234526128 (125.0 GiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0lo: flags=73 mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6:: 1 prefixlen 128 scopeid 0x10 loop txqueuelen 1 (Local Loopback) RX packets 168 bytes 14260 (13.9 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 168 bytes 14260 (13.9 KiB) TX errors 0 Dropped 0 overruns 0 carrier 0 collisions 0 [root@localhost tmp] # ls [root@localhost tmp] # pwd/tmp192.168.10.16 [root@localhost ~] # cd / tmp [root@localhost tmp] # ifconfigens32: flags=4163 mtu 1500 inet 192.168.10.16 netmask 255.255.255.0 broadcast 192.168.10.255 inet6 fe80::20c:29ff:fe62:fcc4 prefixlen 64 scopeid 0x20 ether 00:0c:29:62:fc:c4 txqueuelen 1000 (Ethernet) RX packets 20886 bytes 7480105 (MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 10471 bytes 7083155 (6.7 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0lo: flags=73 mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6:: 1 prefixlen 128 scopeid 0x10 loop txqueuelen 1 (Local Loopback) RX packets 580 bytes 49312 (48.1 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 580 bytes 49312 (48.1 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 [root@localhost tmp] # lsPHP.gif test timestamp.txt programmer hierarchy .jpg reboot .jpg [root@localhost tmp] # pwd/tmp log in to 192.168.10.16 [root @ localhost tmp] # ssh root@192.168.10.16root@192.168.10.16 from 192.168.10.5 's password:Last login: Wed Jun 19 22:12:56 2019 from 192.168.10.5 [root@localhost ~] # ifconfigens32: flags=4163 mtu 1500 inet 192.168.10.16 netmask 255.255.255.0 broadcast 192.168.10.255 inet6 fe80::20c:29ff:fe62:fcc4 prefixlen 64 scopeid 0x20 ether 00:0c:29:62:fc:c4 txqueuelen 1000 (Ethernet) RX packets 21050 bytes 7495118 (7.1MiB) RX Errors 0 dropped 0 overruns 0 frame 0 TX packets 10554 bytes 7095520 (6.7 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0lo: flags=73 mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6:: 1 prefixlen 128 scopeid 0x10 loop txqueuelen 1 (Local Loopback) RX packets 580 bytes 49312 (48.1 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 580 bytes 49312 ) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 copy file from 192.168.10.16 to 192.168.10.5 [root @ localhost ~] # cd / tmp [root@localhost tmp] # lsPHP.gif test timestamp.txt programmer level discrimination. Gif restart .jpg [root@localhost tmp] # scp programmer level discrimination .jpg root@192.168.10.5:/tmpThe authenticity of host '192.168.10.5 ( 192.168.10.5) 'can't be established.ECDSA key fingerprint is 60:aa:a7:f2:b2:bb:24:d4:31:50:2a:4f:50:82:e0:80.Are you sure you want to continue connecting (yes/no)? YesWarning: Permanently added '192.168.10.5' (ECDSA) to the list of known hosts.root@192.168.10.5's password: programmer rating .jpg 100% 12KB 12.1KB/s 00:00 [root@localhost tmp] # exit # exit Telnet logoutConnection to 192.168.10.16 closed. [root@localhost tmp] # ifconfig # confirm that you have returned to 192.168 .10.5ens32: flags=4163 mtu 1500 inet 192.168.10.5 netmask 255.255.255.0 broadcast 192.168.10.255 inet6 fe80::20c:29ff:fe84:eae5 prefixlen 64 scopeid 0x20 ether 00:0c:29:84:ea:e5 txqueuelen 1000 (Ethernet) RX packets 113798588 bytes 13848904758 (12.8 GiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 89923000 bytes 134234574328 (125.0 GiB) TX errors 0 Dropped 0 overruns 0 carrier 0 collisions 0lo: flags=73 mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6:: 1 prefixlen 128 scopeid 0x10 loop txqueuelen 1 (Local Loopback) RX packets 168 bytes 14260 (13.9 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 168 bytes 14260 (13.9 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 [root@localhost tmp] # ls# has been successful From 192.168.10.16 copy file to 192.168.10.5 programmer level discrimination. Jpg thank you for reading The above is the content of "how to achieve remote control under Linux". After the study of this article, I believe you have a deeper understanding of how to achieve remote control under Linux, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.