Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

nonexistentpath data directory /data/db not found

# Create the folder
sudo mkdir -p /data/db/

# Set the ownership of the folder
sudo chown `id -u` /data/db
Source by fantinel.dev #
 
PREVIOUS NEXT
Tagged: #nonexistentpath #data #directory
ADD COMMENT
Topic
Name
8+1 =