Files

Use CAT Command to Combine Text Files in Ubuntu 18.04
How do I merge text files together? How do I combine two text files in Linux? How do I combine text files in CMD? How do I concatenate in Ubuntu? Whic...
How to Recursively Download Files from FTP
How do I download an entire folder from FTP? How do I download data from FTP? How do I copy multiple files from an FTP site? How do I get a list of fi...
How to Zip Files and Folders in Linux [Beginner Tip]
How do I zip a file in Linux? How do I zip all files in a folder? How do I zip two files in Linux? How do I send a folder as a zip file? How do I unzi...
How to empty (truncate) Log files in Linux
Empty log file using truncate command The safest method to empty a log file in Linux is by using the truncate command. Truncate command is used to shr...
How to Use Bluetooth on Ubuntu for File Transfer
Send files to a Bluetooth device Open the Activities overview and start typing Bluetooth. Click on Bluetooth to open the panel. Make sure Bluetooth is...
/tmp folder 100% full ( cPanel )
Can I delete cPanel tmp folder? What is TMP in cPanel? What does tmp folder hold? How do I check my TMP? How do I clean up my cPanel? How do I delete ...
Find All files Owned by a Specific User in Unix/Linux
You need to use the find command to search for files in a directory hierarchy. ... Find file owned by user directory-location Locate files or directo...
How to see hidden files and folders in the Debian
To view hidden files, run the ls command with the -a flag which enables viewing of all files in a directory or -al flag for long listing. From a GUI f...
Best PDF Editors for Linux to Edit the PDF Content and Extract Pages to Merge in Other PDF Files
Best PDF Editors for Linux to merge, split and extract PDF files PDF Mix Tool. Key Features Merge files. Rotate pages. ... PDFsam. Key Features Split,...
How to Install 7zip in ArchLinux
How to Install 7zip in ArchLinux Step 1 Install Snap. You must prepare your system for the manual build process before you can install Snap. ... Step ...
How to List Files Ordered by Size in Linux
To list all files and sort them by size, use the -S option. By default, it displays output in descending order (biggest to smallest in size). You can ...
How to Exclude Files and Directories with Rsync
When you need to exclude a large number of different files and directories, you can use the rsync --exclude-from flag. To do so, create a text file wi...