linux mkdir
Create a single directory
Mkdir a
Create multiple directories
Mkdir a b
Create a directory under the parent directory
Mkdir –p a/b/c
Search for a command to run...
Create a single directory
Mkdir a
Create multiple directories
Mkdir a b
Create a directory under the parent directory
Mkdir –p a/b/c
No comments yet. Be the first to comment.
PostgreSQL Basic Commands 1. Log in as the PostgreSQL User sudo -i -u postgres 2. Start the PostgreSQL Shell psql Database Operations 3. Create a Database CREATE DATABASE db1; 4. List All Database
MariaDB Basic Commands 1. Log in to MariaDB sudo mariadb Database Operations 2. Create a Database CREATE DATABASE db1; 3. View All Databases SHOW DATABASES; 4. Select the Database USE db1; 5. Con
MariaDB/MySQL User Management, Database Administration, Backup and Restore 1. Log in to MariaDB sudo mariadb User Management 2. Create a New User CREATE USER 'sudha'@'localhost' IDENTIFIED BY 'Passw
Pipeline job
we need to install ubuntu for two systems.one system need to install jenkins another one is slave. The jenkins systems insatalled jenkins. need to install java same version for both systems Jenkins system Slave system Now configure slave system g...