Linux Support | Linux commands | linux tutorial
_________________________________________________________________________________
Check the Linux machine is 32bit or 64
uname -m
x86_64 ==> 64-bit kernel
i686 ==> 32-bit kernel
_________________________________________________________________________________
scp :
this command use for copy file from remote pc
example:
for Copy Directory 1)scp -rp 192.168.2.X.X:/usr/local/eclipse /usr/local/
for Copy application
uname -m
x86_64 ==> 64-bit kernel
i686 ==> 32-bit kernel
_________________________________________________________________________________
scp :
this command use for copy file from remote pc
example:
for Copy Directory 1)scp -rp 192.168.2.X.X:/usr/local/eclipse /usr/local/
for Copy application
where..
-192.168.2.X.X is address of the user which has eclipse di
-:/usr/local/eclipse path to eclipse
-/usr/local/ path where receiver want to save eclipse
_________________________________________________________________________________
-192.168.2.X.X is address of the user which has eclipse di
-:/usr/local/eclipse path to eclipse
-/usr/local/ path where receiver want to save eclipse
_________________________________________________________________________________