Ubuntu Quick open a nginx html folder using a shell script
Ubuntu Quick open a nginx html folder using a shell script
————————————————————————– -first create a shell script example : nginx_html.sh -paste the code
#!/bin/bash echo “Opening Nginx Html Folder” nautilus /usr/share/nginx/html/
-Give permission using $chmod 755 nginx_html.sh
-execute $./nginx_html.sh
View On WordPress













