Linux mkdir -p and making folders in general | Dustin …
https://dustinpfister.github.io/2021/06/30/linux-mkdir/
One major option of the mkdir command is the -p option that stands for parent. The deal with this is that when I attempt to create a folder that is all ready there, this will result in an error. Also if I want to create not just one folder but a path of folders some of which may or may not be there this too will not work without the -p option. So t... Email: [email protected] Published: Jun 30, 2021
One major option of the mkdir command is the -p option that stands for parent. The deal with this is that when I attempt to create a folder that is all ready there, this will result in an error. Also if I want to create not just one folder but a path of folders some of which may or may not be there this too will not work without the -p option. So t...
Email: [email protected]
Published: Jun 30, 2021
DA: 69 PA: 12 MOZ Rank: 48