Basic Debian Command line Tutorial 09-21-2017, 06:10 PM
#1
Hello this will be a basic Debian, Ubuntu, and Linux mint command tutorial. You will find this very simple and similar to the Windows cmd.
Print working directory:
Change directories:
Create folder :
Show contents in the directory:
Command line text editor:
Download a package:
Update :
Upgrade :
Now you know the basics of creating a file, navigating the filesystem, and downloading a package in Linux.
Print working directory:
Code:
pwd
Code:
cd /home/username/Documents
Code:
mkdir this_is_a_folder
Code:
ls
Code:
nano this_is_a_file.txt
Code:
sudo apt-get package_name
Code:
sudo apt-get update
Code:
sudo apt-get upgrade
Now you know the basics of creating a file, navigating the filesystem, and downloading a package in Linux.