Sign inSign up

socgithub/linux-prelim-challenge

By socgithub

•Updated over 1 year ago

Skills assessment container with five challenges: files, network, variables, PATH, and permissions.

Image
Networking
Operating systems
0

390

socgithub/linux-prelim-challenge repository overview

⁠Linux Prelim Exam

A hands-on Linux skills assessment environment packaged in a Docker container. This challenge tests fundamental Linux administration skills through five practical tasks:

  1. File Globbing: Test your ability to find and organize files using pattern matching
  2. Network Configuration: Configure basic network settings and hostname
  3. Shell Variables: Create and manage environment variables
  4. PATH Variables: Modify system PATH and manage executable access
  5. Permissions Management: Handle file permissions, users, and access control

Each section is worth 20 points, with automated grading provided. Pull the container and proceed with the exam:

docker pull socgithub/linux-prelim-challenge:latest
docker run -it --privileged --cap-add=NET_ADMIN socgithub/linux-prelim-challenge:latest

⁠Note: Every time you exit the container all finish activities will be reset and you must start from the beginning

Tag summary

Content type

Image

Digest

sha256:c694a5f7f…

Size

54.6 MB

Last updated

over 1 year ago

docker pull socgithub/linux-prelim-challenge