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:
Post a Comment