Podcast
Questions and Answers
/tmp contains ______ files, usually placed there by applications that you are running.
/tmp contains ______ files, usually placed there by applications that you are running.
temporary
The files and directories often (not always) contain data that an application doesn’t need right now, but may need ______ on.
The files and directories often (not always) contain data that an application doesn’t need right now, but may need ______ on.
later
/var was originally given its name because its contents were deemed ______ in which it contains files to which the system writes data during the course of its operation.
/var was originally given its name because its contents were deemed ______ in which it contains files to which the system writes data during the course of its operation.
variable
The Linux Filesystem Explained.Retrieved on December 18, 2019 from https://www.linux.com/tutorials/linux-filesystem-explained/ File Permissions in Linux/Unix with ______.
The Linux Filesystem Explained.Retrieved on December 18, 2019 from https://www.linux.com/tutorials/linux-filesystem-explained/ File Permissions in Linux/Unix with ______.
Signup and view all the answers
Linux Users Have a Choice: 8 Linux Desktop Environments.Retrieved on December 18, 2019 from https://www.howtogeek.com/163154/linux-users-have-a-choice-8-linux-desktop-environments/ LaCroix, J.(2015).Mastering Linux Network ______.
Linux Users Have a Choice: 8 Linux Desktop Environments.Retrieved on December 18, 2019 from https://www.howtogeek.com/163154/linux-users-have-a-choice-8-linux-desktop-environments/ LaCroix, J.(2015).Mastering Linux Network ______.
Signup and view all the answers
The Practice of System and Network Administration (3rd ed.).USA: Addison-Wesley.Matotek, D.et.al.(2017).Pro Linux System ______ – Learn to Build Systems for Your Business Using Free and Open Source Software (2nd ed.).
The Practice of System and Network Administration (3rd ed.).USA: Addison-Wesley.Matotek, D.et.al.(2017).Pro Linux System ______ – Learn to Build Systems for Your Business Using Free and Open Source Software (2nd ed.).
Signup and view all the answers
Unix and Linux System Administration Handbook (5th ed.).USA: Addison-Wesley.System Administration: Configure, Deploy, Maintain and Audit.(2012).System Administration ______.
Unix and Linux System Administration Handbook (5th ed.).USA: Addison-Wesley.System Administration: Configure, Deploy, Maintain and Audit.(2012).System Administration ______.
Signup and view all the answers
What kind of files are usually found in /tmp directory?
What kind of files are usually found in /tmp directory?
Signup and view all the answers
Why was /var originally given its name?
Why was /var originally given its name?
Signup and view all the answers
What does /var store during the course of system operation?
What does /var store during the course of system operation?
Signup and view all the answers
What is the purpose of /tmp directory?
What is the purpose of /tmp directory?
Signup and view all the answers
Why do applications typically place files in /tmp?
Why do applications typically place files in /tmp?
Signup and view all the answers
Which directory is known for its contents being variable?
Which directory is known for its contents being variable?
Signup and view all the answers
What is the primary function of /var directory in Linux?
What is the primary function of /var directory in Linux?
Signup and view all the answers
Why does the /tmp directory often contain data that applications may need later on?
Why does the /tmp directory often contain data that applications may need later on?
Signup and view all the answers
What type of data do applications commonly store in /tmp directory?
What type of data do applications commonly store in /tmp directory?
Signup and view all the answers
Where do applications store temporary files that are typically not needed immediately?
Where do applications store temporary files that are typically not needed immediately?
Signup and view all the answers
Study Notes
Operating System (OS)
- An operating system (OS) is the sum of all programs required to operate a computer.
- It is used to control and monitor application programs.
UNIX
- UNIX was originally written in the programming language C.
- It is mainly used for scientific-technical applications on mainframes and workstations.
- It can also be used for application in networks.
- UNIX is command-line oriented, but can be used via a graphical user interface.
Linux
- Linux is a family of UNIX-like open-source operating systems developed by Linus Torvalds.
- As an open-source operating system, instances of the Linux kernel can be used to form another operating system.
- A Linux distribution (distro) is a collection of software on top of a Linux kernel.
- A distro aims to provide a common look and feel, secure and easy software management, and often a specific operational purpose.
Linux Environment
- Shells are interfaces to the operating system, providing the necessary instructions and operations that an operating system may process.
- Shells can be in two forms: Graphical User Interface (GUI) and Command Line Interface (CLI).
- GUI is a graphical representation in which users can interact with software or devices through graphical icons.
- CLI is a console or text-based representation in which users type commands to operate software or devices.
Linux Desktop Environments (GUI)
- GNOME was once the most popular Linux desktop environment, simple and fairly lightweight.
- KDE is more complex than GNOME, packing in many more configuration options and features.
- Xfce is a more lightweight desktop environment, similar to GNOME.
- Cinnamon is a modern desktop environment, offering nice graphical effects and a rethought application menu.
Basic Linux Commands
- man: displays user manual of any command on the terminal.
- file: determines the type of a file.
- whatis: displays short descriptions of a program.
- whereis: locates files and pages of a command.
- whoami: displays the current user.
- ls: displays the list of files and directory.
- tree: displays the contents of the working directory recursively.
- pwd: displays the current directory.
- cd: changes the current directory.
File Management and Structure
- All files are organized into directories, which are organized into a tree-like structure called the filesystem.
- There are three basic types of files: Ordinary Files, Directories, and Special Files.
- Linux directories:
- /: root directory
- /bin: contains binaries
- /boot: contains files required for starting the system
- /dev: contains device files
- /etc: dumping ground for system files
- /home: contains users' personal directories
- /lib: contains libraries
- /opt: often used for compiled software
- /proc: virtual directory containing information about the computer
- /sbin: contains applications for the superuser
- /usr: contains a mish-mash of directories and files
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
Learn about the Linux Mint operating system and the Cinnamon desktop environment developed for it. Explore its lightweight features, modern graphical effects, and traditional-looking desktop design.