Best Of
Re: 42.9. LABS 1 Exercise 42.1: Security and Mount Options
if you actually typed what you said in your email you are missing a "/". it sounds like you simply copied to make a new file named "mountpoint" , it does not say mountpoint is a directory. So if you switch directories to somewhere else it cannot work. In other words it should be:
mkdir mountpoint cp /bin/ls mountpoint mountpoint/ls
But if you go somewhere else you have to give the full path as in:
cd /tmp /home/student/mountpoint/ls
or wherever you put it.

Re: Question 17.1
@PFG Please try answering this question again, you should be able to select multiple answers now.
Re: Missing epub from linuxfoundation.org (as referred to also by linux.com)
I dug around and found one of them on Github:
Cheers,
-->S.
Re: Hi Everyone! Anybody knows the proceedings to install the Cheese Webcam on CentOS 7/8?
Hi @Helio , I'm glad you solved it
Regards,
Luis.
Re: Hi Everyone! Anybody knows the proceedings to install the Cheese Webcam on CentOS 7/8?
Hi @Helio,
That sounds more like a VirtualBox question than Linux related. I think you can take a look to the VirtualBox documentation, about "webcam passthrough":
https://www.virtualbox.org/manual/UserManual.html#webcam-passthrough
==> 9.5.1. Using a Host Webcam in the Guest
Regards,
Luis.
Re: Why do the Dynamic evaluation and Debugging examples have different behaviour on Node v12.18.4 LTS?
first question answered here: https://forum.linuxfoundation.org/discussion/857630/how-to-handle-different-behaviour-of-dynamic-evaluation-on-centos-8-and-windows
second question answered here: https://forum.linuxfoundation.org/discussion/857673/lab-4-2-setting-a-breakpoint-using-a-code-keyword
Re: How to handle different behaviour of Dynamic Evaluation on CentOS 8 and Windows?
hi @zorawar that doesn't seem right at all - however it shouldn't affect any of the material either way
Re: Why don't I see my posted and edited discussion topic?
Hi @zorawar,
The platform automatically flagged your post as spam, most likely because there are URLs. The LF team reviews the spam folder periodically for posts that are not actually spam and unflag them. You should now see your post.
Thank you,
Magda
The Linux Foundation Training Team

Re: Creation of a RAID device (Unit 24)
In decades of using Linux, I can't remember a time I had to reboot except when there is a kernel update or recompile. Occasionally it is just faster to reboot than remember how to restart some service etc. The idea of an application asking you to reboot as part of the install is considered absurd for the most part and would indicate an application that does not deserve to be on your machine
