ニュース

Linux 101: How to create a zip file in Linux Jack Wallen walks you through the process of zipping and unzipping files in Linux from both the command line and the GUI.
File permissions make it possible for you to allow or prevent other users from viewing files on your Linux-powered computer. Here's a simpler way of setting up file permissions from the command line.
At some point in your Linux journey, you'll need to be able to compress and decompress a folder from the command line. Jack Wallen shows you how.
Compressing files and storing them in a ZIP archive is very useful when you want to save space or send a collection of files as a single item. Let’s learn how to create an archive from the ...
Instead of re-creating your tar archives when you need to add files, why not simply append those files? Jack Wallen shows you how from the command line and a GUI file manager on Linux.