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:
pwdCode:
cd /home/username/DocumentsCode:
mkdir this_is_a_folderCode:
lsCode:
nano this_is_a_file.txtCode:
sudo apt-get package_nameCode:
sudo apt-get updateCode:
sudo apt-get upgradeNow you know the basics of creating a file, navigating the filesystem, and downloading a package in Linux.


![[+]](https://sinister.li/images/modern/collapse_collapsed.png)