Here is how to recursively use the command-line utility chmod to change directory and file permissions in Linux and macOS easily. It combines the utilities find and chmod. I always use these popular techniques; I […]
CLI
4 posts
The terminal’s command line is a simple way to get a disk usage summary in Linux or macOS. Specifically, the “du” command is the conventional choice but gives much information by default. Here is the exact […]
Here is the command-line syntax to create, or “burn”, an ISO-formatted file onto CD using Linux: Where the parameter “filename.iso” is the filename of the output. Command Options These are the parameters used:
The command-line utility rsync synchronizes files on Unix, Linux, and macOS operating systems. The rsync command will be deactivated if something goes wrong during a file synchronization when using the –delete flag, such as detecting […]