我在红帽Linux上工作,我有一个tar.gz文件。我想将这个tar.gz文件打包到一个rpm包文件中。In the rpm package phase, I just want to extract the tar.gz file and package all of the staff into therpm package, when I install the rpm package in linux server, it w
在Linux上,我试图从不同的目录创建一个.tar.gz存档,也就是说,我有一个bash脚本,它将从另一个目录执行。脚本将打包该文件夹,我将给出文件夹的绝对目录--比如/home/user1/Documents/folder1 --然而,当它打包tar文件时,它将整个绝对目录放在存档中,而我只需要folder1中的相对目录例如:
tar czf /home/