Home about IT Motivation Course Sales Project About Me

Friday, December 20, 2013

CLI: copy hidden file from linux to to other PC

example to copy hidden file from Linux to other PC windows in command line Linux.
The point is your file make sure have permission to copy/ access

(1) check folder contents
root@server02:/home/server02# ls –al /var/log/squid

(2) copy to other folder
root@server02:/home/server02# cp  /var/log/squid/access.log  /home/server02/

(3) changes permission file
root@server02:/home/server02# chmod 755 /home/server02/access.log
 
(4) copy use WinSCP
 
 

No comments: