User
Write something
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
powered by
Linux and Unix Command Line
skool.com/linux-and-unix-command-line-6976
Visit unixtips.eu. I created this community to help with studying for the LPIC-1 exam. Also, posting real life challenges with commands.
Build your own community
Bring people together around your passion and get paid.
Powered by