Activity
Mon
Wed
Fri
Sun
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
What is this?
Less
More

Owned by Eva

Visit unixtips.eu. I created this community to help with studying for the LPIC-1 exam. Also, posting real life challenges with commands.

Memberships

Skoolers

162.2k members • Free

6 contributions to Linux and Unix Command Line
Q: If you are in a directory containing: report1.txt report2.txt And you run this command: find . -name report*.txt (No quotes!) What will the command actually run?
(Hint: Does the shell expand report*.txt into report1.txt report2.txt before find sees it?) You should always write it like this: find . -name "report*.txt" (With quotes)
0
0
Q: What are the final permissions when using a mask like 0033?
A: If you subtract 3 (write + execute) from a base file permission of 6 (read + write), you get 4.
0
0
Q: What are the main targets for a distro with systemd (and what were their run levels)?
A: emergency.target, rescue.target(1),multi-user.target(3), graphical.target(5), reboot.target(6) More information in https://unixtips.eu/booting-the-system
0
0
1-6 of 6
Eva Morano
1
5 points to level up
@eva-morano-2344
Linux IT support

Active 6d ago
Joined Jul 19, 2026