Category Archives: Linux

Linux/General – Add an existing user to an existing group

Sometimes, you may need to add a user to an existing group.

Read more »

Linux/General – tar – Too many arguments

Occasionally, when working in directories with large numbers of files and/or directories contained within them, you will get an error stating: Too many arguments.

This is not an error from the application. Rather, it is an error from the shell erroring on ARG_MAX limit reached.
Read more »