0% found this document useful (0 votes)
18 views1 page

Linux Basics

The document provides a brief overview of several Linux commands, including pwd for displaying the current directory, mkdir for creating directories, rmdir for deleting directories, ls for listing directory contents, cd for changing directories, touch for creating empty files, and cat for various file manipulations. Each command is described with its primary function. The document serves as a quick reference for basic Linux command usage.

Uploaded by

dhruvangpatel111
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views1 page

Linux Basics

The document provides a brief overview of several Linux commands, including pwd for displaying the current directory, mkdir for creating directories, rmdir for deleting directories, ls for listing directory contents, cd for changing directories, touch for creating empty files, and cat for various file manipulations. Each command is described with its primary function. The document serves as a quick reference for basic Linux command usage.

Uploaded by

dhruvangpatel111
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

pwd Command
The pwd command is used to display the location of the current working directory.

2. mkdir Command
The mkdir command is used to create a new directory under any directory.

3. rmdir Command
The rmdir command is used to delete a directory.

4. ls Command
The ls command is used to display a list of content of a directory.

5. cd Command
The cd command is used to change the current directory.

6. touch Command
The touch command is used to create empty files. We can create multiple empty files
by executing it once.

7. cat Command

The cat command is a multi-purpose utility in the Linux system. It can be used to
create a file, display content of the file, copy the content of one file to another
file, and more.

Press "CTRL+ D" keys to save the file

You might also like