How do I remove a directory from a tar ball under Unix / Linux operating systems?
{ 0 comments }
How do I compress and backup files using tar command to another directory on same computer or another Linux computer under Ubuntu Linux?
{ 1 comment }
I‘ve installed few software using tar ball format under Linux or FreeBSD ports using make command. However, my system doesn’t recognize the installed command. I’ve to reboot the system or log out and log in again to use the same. How do I fix this problem?
{ 0 comments }
I’ve downloaded a file from internet in .tgz format. How do I decompress .tgz file under UNIX or Linux operating system using a shell prompt?
{ 0 comments }
Q. I’ve downloaded tar ball software but I don’t know how to compile the same? Can you provide the instructions for compiling a program? A. Many new users find it difficult to compiling programs in Linux. Usually following steps are involved: a] Download tar ball using wget b] Untar tar ball using tar command c] [...]
{ 6 comments }