0% found this document useful (0 votes)
4 views

Linux Command Summary

The document appears to be a collection of Linux commands and their functions. It includes basic commands like pwd, ls, cd, mkdir, touch, rmdir, rm, and more advanced commands like nano, cat, echo, clear, and base64 encoding/decoding.

Uploaded by

M.H 96
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)
4 views

Linux Command Summary

The document appears to be a collection of Linux commands and their functions. It includes basic commands like pwd, ls, cd, mkdir, touch, rmdir, rm, and more advanced commands like nano, cat, echo, clear, and base64 encoding/decoding.

Uploaded by

M.H 96
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

.@ ..

.. .# @.
@-. .%..##.
@@@.@@@. .%@.#@.
@@@@@%%%%%%%%%%#@:#@@.
. %@@@@@@@@@%%%%%%%%%%###@@@@*
.@@@@@@@@%:...%%%%%####*%#@@.
. .@@@@@@@@.. .#####**#*@@.
.@@@@@.. ####*@+=**@.
*@@@@@*. .######@.#@.
...@@@@. :#####@@+@
@@%%%@. -###%@@@.
%.%%%%@. .%%%%%@. ..:
. .%%%%@@. .@%%%@@@@.
%%%%%#%@. @%%@@.
.####**. .@@
.#####%. ...
..###%%@.
.%%%%@
@@@@.
.@@%
.@@
.@.
.@
-

$ pwd ---> Print Working Directory.


$ ls ---> lists the directory contents of files and directories.
$ cd {folder_name} ---> change directory ( Enter To Folder )
$ cd .. ---> One step back
$ mkdir {folder_name} ---> create folder
$ touch {file_name} ---> create file
$ rmdir {folder_name} ---> Delete empty folder
$ rm {file_name} ---> Delete file
$ rm -rf {folder_name} ---> Delte folder ( even if it's not empty )
$ nano {file_name} ---> To write in the file ( text editor )
$ cat {file_name} ---> Display file data
$ echo {"##"} ---> print
$ clear ---> clear terminal

$ echo "###" | base64 --> encode by base64


$ echo "###" | base64 -d --> decode by base64

=================================================
@CYSC_PMU
=================================================

You might also like