You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. When booting, what is NOT done during the firmware stage ?
Power-on self test
Load Drive partition table
Load first stage bootloader
Initialize hardware drivers
2. Where will you find the magic byte string ?
In the partition table header
In a script
in the ACL
in the /etc/shadow file
3. The founders of UNIX wanted to create...
An all-in one system that provided everything in a total, complete, monolithic package so you can get started immediately.
A revenue-yielding business-solution by design
A minimalist system that admins had to tweak by themselves
Wrong A world without beards
4. Which 1 of the following are NOT (part of) one of the 4 Core Principles of UNIX ?
Don't insist on interactive input
Wrong Design and build software, even operating systems, to be tried early, ideally within weeks. Don't hesitate to throw away the clumsy parts and rebuild them
Make your program do many things well. To do a new job, expand an existing program instead of writing a new program that the user has to be informed about.
Use tools in preference to unskilled help to lighten a programming task, EVEN if you have to detour to build the tools and expect to throw some of them out after you've finished using them
5. In a non-systemd linux system, which command would NOT work ?
telint 6
chkconfig httpd on
systemctl -a
service httpd start
6. The very first true UNIX system was programmed in...
Assembler
C Language
Fortran
B Language
7. If I wanted to keep tabs on my CPU usage in Linux, I'd use which command ?
Free
Top
Head
Dmesg
8. Your UMASK is set to 000. You touch a file called my_file.sh. What would the start of ls -al my_file.sh look like ?
-rw-rw-rw-
-rwxrwxrwx-
-rwx-rw-rw-
rwxrwxrwx-
9. Which of the following statements is incorrect concerning the /proc partition type ?
/proc is linked to a device
/proc is a pseudo filesystem
/proc is a gateway to the linux kernel
/proc contains files that you can read / write to
10. Which of the following statements is CORRECT ?
When using a HDD, the file system must be mounted on a partition.
You can only have one partition per file system
The root of the filesystem (/) is virtual and never really STORED anywhere physically
Your file system is always seen as a tree structure. Parts of a tree (a branch) can be located on a different partition or disk but NOT on another medium (network storage, DVD, USB stick, ...).