linux cd command
Cd
Go to documents
cd documents/
cd /home/technow/
Move a particular directory
cd /root
Go to the home directory
cd ~
Go to one folder previous
cd..
Search for a command to run...
Cd
Go to documents
cd documents/
cd /home/technow/
Move a particular directory
cd /root
Go to the home directory
cd ~
Go to one folder previous
cd..
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...