
mkdir command in Linux / Unix
mkdir command in Linux/Unix Linux mkdir command. mkdir Creates directories with the given names. mkdir creates the DIRECTORY(ies), if they […]
mkdir command in Linux/Unix Linux mkdir command. mkdir Creates directories with the given names. mkdir creates the DIRECTORY(ies), if they […]
ls command in Linux/Unix Linux ls command. ls command Lists the files in the current directory, in alphanumeric order, except […]
If you want to download files on your Linux or Unix system, wget and curl are your main options. Wget Wget is a free GNU […]
In this post we will see how to enable SSH or Secure Shell service on our Ubuntu 16.04 LTS operating […]
In this post we will see How to find Java version on Ubuntu 16.04 LTS. Step 1: Open a Linux […]
Online Course – OpenCV Python Tutorial For Beginners. At the end of this course, you will have a firm grasp of […]
The Arithmetic expression is very important feature for performing number arithmetic operations in scripts. By default variables are treated as […]
To kill processes in Linux several options can be used. kill command The most important and frequently used option […]
Command Explanation Example ls List files in directory; current directory is used if no directory is supplied $ ls ~/Desktop […]
USERADD(8) System Management Commands USERADD(8) NAME useradd – create a new user or update default new user information SYNOPSIS useradd […]
USERDEL(8) System Management Commands USERDEL(8) NAME userdel – delete a user account and related files SYNOPSIS userdel [options] LOGIN DESCRIPTION […]
rmdir $ rmdir -p {directory} rmdir – remove directory This deletes a directory. The directory must be empty of both […]
mkdir Use mkdir to make a directory $ mkdir {directory} $ mkdir newdir $ mkdir –p newdir1/newdir2/newdir3 NOTE: You have […]
Linux cd command. cd – Change the shell working directory. cd command syntax cd [-L|-P] [dir] cd command options cd command […]
Linux ls command. ls command Lists the files in the current directory, in alphanumeric order, except files starting with the […]
Copyright © 2025 | WordPress Theme by MH Themes