Create Tar ball

Hi Team,

Following unix command is throwing error. Can anyone please help me to fix the issue?

tar -cvf /aa/bb/cc/tarball1.tar /x/y/z1/abc.ksh /x/y/z2/pqr.txt /x/y/z3/lmn.tmp

Error message thrown:
tar: Removing leading `/' from member names

OS: uname -a
Linux xyz 3.10.0-514.6.1.el7.x86_64 #1 SMP Sat Dec 10 11:15:38 EST 2016 x86_64 x86_64 x86_64 GNU/Linux

Thx.

This is not an errror, it's an information. tar does this to prevent overwriting when restoring; it does restore to a relative (to your actual working dir) path in lieu of the absolute one.