Compress Directory / File with CPIO
find * | cpio -o -H tar -F /data/backup_$(date %y %m %d).tar find * | cpio -o -cB > /data/backup_$(date %y %m %d).tar -o = Create, Run in Copy output mode. -c = Identical to “-H newc”, use…
Read More
find * | cpio -o -H tar -F /data/backup_$(date %y %m %d).tar find * | cpio -o -cB > /data/backup_$(date %y %m %d).tar -o = Create, Run in Copy output mode. -c = Identical to “-H newc”, use…
Read More
Windows mount -t cifs //192.168.128.91/share /data/share/temp -o username=acer,password=seishinseii Linux mount -t cifs //192.168.128.91/share /data/share/temp -o user=user_bu,password=passbu
Read More
Creating a local software repository is useful when managing remote servers that might not have an active registration to the Red Hat Network. 1. Create a directory where the files from the installation DVD are to…
Read More