Linux Phrasebook (Developer's Library) by Granneman Scott
Author:Granneman, Scott [Granneman, Scott]
Language: eng
Format: azw3, epub
Publisher: Pearson Education
Published: 2015-12-09T05:00:00+00:00
moby-dick/bible:
-rw-r--r-- scott scott 207254 genesis.txt
-rw-r--r-- scott scott 102519 job.txt
$ tar -cf moby.tar moby-dick/ | gzip -c > moby.tar.gz
$ ls -l
drwxr-xr-x scott scott 168 moby-dick
-rw-r--r-- scott scott 20 moby.tar.gz
This method works, but it’s just too much typing! There’s a much easier way that should be your default. It involves three new options for tar: -p (or --preserve-permissions or --same-permissions), which makes sure that permissions are preserved; -z (or --gzip), which invokes gzip from within tar so you don’t have to do so manually; and -v (or --verbose), which isn’t required here but is always useful, as it keeps you notified as to what tar is doing as it runs.
Click here to view code image
$ ls -l moby-dick/*
-rw-r--r-- scott scott 102519 moby-dick/job.txt
-rw-r--r-- scott scott 1236574 moby-dick/moby-dick.txt
-rw-r--r-- scott scott 508925 moby-dick/paradise_lost.txt
Download
Linux Phrasebook (Developer's Library) by Granneman Scott.epub
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7763)
Filmora Efficient Editing by Alexander Zacharias(5764)
The Infinite Retina by Robert Scoble Irena Cronin(5234)
Learn Wireshark - Fundamentals of Wireshark. by Lisa Bock(3963)
Linux Device Driver Development Cookbook by Rodolfo Giometti(3933)
Edit Like a Pro with iMovie by Regit(3412)
Linux Administration Best Practices by Scott Alan Miller(2858)
Linux Command Line and Shell Scripting Techniques by Vedran Dakic & Jasmin Redzepagic(2835)
MCSA Windows Server 2016 Study Guide: Exam 70-740 by William Panek(2520)
Mastering PowerShell Scripting - Fourth Edition by Chris Dent(2388)
Docker on Windows by Stoneman Elton(2317)
Kali Linux - An Ethical Hacker's Cookbook: End-to-end penetration testing solutions by Sharma Himanshu(2312)
Creative Projects for Rust Programmers by Carlo Milanesi(2232)
Hands-On AWS Penetration Testing with Kali Linux by Karl Gilbert(2107)
Hands-On Linux for Architects by Denis Salamanca(2051)
Programming in C (4th Edition) (Developer's Library) by Stephen G. Kochan(2004)
Computers For Seniors For Dummies by Nancy C. Muir(1996)
The Old New Thing by Raymond Chen(1940)
Linux Kernel Debugging by Kaiwan N Billimoria(1762)
