Change Directory
Changes Current Directory To Specified Folder
Move Back One Directory
Moves Back One Folder level from your current directory position.
Change Directory To Root
Changes Current Directory To The Root Level
List Directory
Lists all the folders and files in your current directory
Print Working Directory
Prints Your Current Directory Path in which you are located
Create Folder
Makes a Folder/ Directory
Delete Empty Folder
Removes A Directory (must be empty directory)
Delete Folder And All Contents
Removes A Directory and all its sub directory contents
Create New File
Creates a New File taking a filename as a parameter
Delete A File
Deletes a File by name
Create Copy Of File
Creates A Copy Of Another File, Takes current File name and new file name, needs to be in the same directory
Get All File and Directory Paths
This gets every directory and filepath in the current working and sub directories.
Get All File Paths
This gets every filepath in the current working and sub directories
Get All Directory Paths
This gets every directory in the current working and sub directories.
Lists Folder and File permissions
Lists all the folder and file permissions in the current directory
Opens The zshrc File
Opens The zshrc file
Opens Folder In Explorer
Opens Folder in Explorer given the path
List Environment Variables
Lists all the environment variables in the system
Add Global ENV Variable
export VARIABLE_NAME=value
Adds a global environment variable to the system
Unset Global ENV Variable
Removes a global environment variable from the system
Copy File To Another Directory
cp filename /path/to/directory
Copy a file to another directory
Move File To Another Directory
mv filename /path/to/directory
Move a file to another directory
Open Vim Editor
Open a file in vim editor
Open File In VS Code
Open a file in Visual Studio Code
Change File Permissions
Change file permissions, u stands for "user" or owner. g stands for "group." +x means adding execute permission.
Change File Owner
Change file owner to newOwner
Print Message
Prints the message to the terminal
Make Request To Server
curl https://dog.ceo/api/breeds/list/all
Make a request to a server
Show History
Shows the history of commands used in the terminal
Clear Terminal
Clears the terminal screen
Connect By SSH To Server
ssh -i ./private_key root@111.111.111.111
Connect to a server by SSH using a private key and IP