Tag: mkdir

How to create a directory with permissions in Linux

The other day I was reading through some newsgroups on how to better automate a script.  Part of the script contained an interesting command that looked promising; however, could not get it work. This is the command. mkdir icinga:icinga 0700 mydirectory While it looks interesting, a quick execution of it created three directories, icinga:icinga, 0700, and mydirectory. This was not…

Read More »