Podcast
Questions and Answers
Back in 1996 I learned how to install software on my spanking new Linux before really understanding the topography of the ______.
Back in 1996 I learned how to install software on my spanking new Linux before really understanding the topography of the ______.
filesystem
You see, back then, Linux was not the intuitive, user-friendly system it is today. You had to ______ a lot.
You see, back then, Linux was not the intuitive, user-friendly system it is today. You had to ______ a lot.
read
It makes sense to explore the Linux ______ from a terminal window...
It makes sense to explore the Linux ______ from a terminal window...
filesystem
/bin is the directory that contains ______, that is, some of the applications and programs you can run.
/bin is the directory that contains ______, that is, some of the applications and programs you can run.
Signup and view all the answers
The /boot directory contains files required for ______ your system.
The /boot directory contains files required for ______ your system.
Signup and view all the answers
/dev contains ______ files.
/dev contains ______ files.
Signup and view all the answers
/etc is the directory where names start to get ______.
/etc is the directory where names start to get ______.
Signup and view all the answers
Linux directories that contain data that changes frequently are often referred to as ______
Linux directories that contain data that changes frequently are often referred to as ______
Signup and view all the answers
Temporary files are usually placed in the ______ directory
Temporary files are usually placed in the ______ directory
Signup and view all the answers
The ______ directory is one of the few directories that can be interacted with without superuser privileges
The ______ directory is one of the few directories that can be interacted with without superuser privileges
Signup and view all the answers
The ______ directory contains all the files and software installed from snaps
The ______ directory contains all the files and software installed from snaps
Signup and view all the answers
rmdir is used to ______ a directory
rmdir is used to ______ a directory
Signup and view all the answers
The rmdir command cannot remove directories that have ______ in them
The rmdir command cannot remove directories that have ______ in them
Signup and view all the answers
The mv command is used to ______ a file to another location or rename it
The mv command is used to ______ a file to another location or rename it
Signup and view all the answers
The touch command is used to create an ______ file
The touch command is used to create an ______ file
Signup and view all the answers
Linux has been around for over _______ years
Linux has been around for over _______ years
Signup and view all the answers
The ________ character ~ represents the current, logged-on user's home directory.
The ________ character ~ represents the current, logged-on user's home directory.
Signup and view all the answers
The _______ command moves you to the specified directory, changing your present working directory location.
The _______ command moves you to the specified directory, changing your present working directory location.
Signup and view all the answers
The _______ command displays the present working directory, letting you know where you are now.
The _______ command displays the present working directory, letting you know where you are now.
Signup and view all the answers
The /______ directory, however, is a bit of remnant from days gone by. This is where you would manually mount storage devices or partitions. It is not used very often nowadays.
The /______ directory, however, is a bit of remnant from days gone by. This is where you would manually mount storage devices or partitions. It is not used very often nowadays.
Signup and view all the answers
/______ The /______ directory is often where software you compile (that is, you build yourself from source code and do not install from your distribution repositories) sometimes lands. Applications will end up in the //bin directory and libraries in the //lib directory. A slight digression: another place where applications and libraries end up in is /usr/local, When software gets installed here, there will also be /usr/local/bin and /usr/local/lib directories. What determines which software goes where is how the developers have configured the files that control the compilation and installation process.
/______ The /______ directory is often where software you compile (that is, you build yourself from source code and do not install from your distribution repositories) sometimes lands. Applications will end up in the //bin directory and libraries in the //lib directory. A slight digression: another place where applications and libraries end up in is /usr/local, When software gets installed here, there will also be /usr/local/bin and /usr/local/lib directories. What determines which software goes where is how the developers have configured the files that control the compilation and installation process.
Signup and view all the answers
/______ /______, like /dev is a virtual directory. It contains information about your computer, such as information about your CPU and the kernel your Linux system is running. As with /dev, the files and directories are generated when your computer starts, or on the fly, as your system is running and things change.
/______ /______, like /dev is a virtual directory. It contains information about your computer, such as information about your CPU and the kernel your Linux system is running. As with /dev, the files and directories are generated when your computer starts, or on the fly, as your system is running and things change.
Signup and view all the answers
/______ is another new directory. System processes use it to store temporary data for their own nefarious reasons. This is another one of those DO NOT TOUCH folders.
/______ is another new directory. System processes use it to store temporary data for their own nefarious reasons. This is another one of those DO NOT TOUCH folders.
Signup and view all the answers
The cost per byte of RAM is approximately $0.0000000043743750, which is about ______ times more expensive than a hard drive.
The cost per byte of RAM is approximately $0.0000000043743750, which is about ______ times more expensive than a hard drive.
Signup and view all the answers
In the early days of computing, one type of memory was based on dots on a CRT screen and cost approximately $______ per bit.
In the early days of computing, one type of memory was based on dots on a CRT screen and cost approximately $______ per bit.
Signup and view all the answers
Linux directories that contain data that changes frequently are often referred to as ______
Linux directories that contain data that changes frequently are often referred to as ______
Signup and view all the answers