0% found this document useful (0 votes)
39 views4 pages

Debian Distribution For Linux: By: Felipe Salazar and Cherub Ngirazi

Debian is an Linux distribution that offers more stability than Ubuntu as it only upgrades features after thorough testing. It is better suited for experienced programmers and comes with more configuration options that must be set manually. Debian does not include a default desktop environment, making it more lightweight than Ubuntu. It is developed and maintained by volunteers worldwide rather than a single company. File manipulation and creation uses the same commands as Ubuntu, such as cat to create files and ls to list files.

Uploaded by

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

Debian Distribution For Linux: By: Felipe Salazar and Cherub Ngirazi

Debian is an Linux distribution that offers more stability than Ubuntu as it only upgrades features after thorough testing. It is better suited for experienced programmers and comes with more configuration options that must be set manually. Debian does not include a default desktop environment, making it more lightweight than Ubuntu. It is developed and maintained by volunteers worldwide rather than a single company. File manipulation and creation uses the same commands as Ubuntu, such as cat to create files and ls to list files.

Uploaded by

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

Debian Distribution for linux

By: Felipe Salazar and Cherub Ngirazi


Differences with Ubuntu
• How it differs?
• What differs?
• Debian offers more stability compared to Ubuntu as
- Debian is better suited for experienced Debian is only upgraded after new features have been
programmers than Ubuntu. thoroughly tested.
- Debian comes with more configuration options, • Debian does not have a default desktop environment
but they need to be set manually. and is therefore more lightweight than Ubuntu.
- Debian does not accept packages of other owned • Debian is a community-driven project, free of
software. centralized control so it is maintained by community
members and developed by programmers worldwide
• Why it differs? while Ubuntu is developed and maintained by
- The aim was to create a user-friendly distro that Canonical but also has a strong community of users
could have the same functionality without being as that contribute to its development.
confusing to use.
Creating and editing
files in Debian
•Creating a file in Debian is similar to creating a file in
Ubuntu since Cat commands can be used for both.
•Cat command in Debian can be when:
• Creating a text file
• Printing contents of a text file in your Terminal
• Printing contents of a text file to another text file
Adding the following command to the terminal creates
a file:
cat > "filename.txt"
Manipulation of
contents
• Manipulating files uses the same
commands as Ubuntu such as:
• Ls command to list files with all the
attachments included like –al.
• Piping uses the same "|" command and it
requires command piped to another
command.
• Cd commands to move from directories.
• "echo" commands used to input text
is used the same way as Ubuntu

You might also like