tail -f problem

Discussion regarding the installation and configuration of Linux distributions.
Post Reply
yousafzai98
Lance Naik
Posts: 30
Joined: Sat May 29, 2004 4:43 am
Location: Mardan
Contact:

tail -f problem

Post by yousafzai98 »

Salam

Please brothers help me .

My squid gives me this error when i want to see access.log with command

tail -f /usr/local/squid/var/logs/access./log


tail: error reading `/usr/local/squid/var/logs/access.log/': Is a directory
tail: /usr/local/squid/var/logs/access.log/: cannot follow end of this type of file; giving up on this name
tail: no files remaining


Thanks in advance

yousafzai
Islam Habib Yousafzai

Linux Registered User # 417171
waqaskhawaja
Lance Naik
Posts: 44
Joined: Thu Aug 31, 2006 8:52 pm
Location: Lahore Pakistan
Contact:

try this

Post by waqaskhawaja »

no slash at the end

try this....

tail -f /usr/local/squid/var/logs/access.log
Post Reply