F5F Stay Refreshed Software Operating Systems Um what???

Um what???

Um what???

Pages (2): Previous 1 2
J
Js15n3e96
Junior Member
5
02-23-2023, 12:39 AM
#11
Thanks for the notification. I believe it's wise to avoid focusing on early developments.
J
Js15n3e96
02-23-2023, 12:39 AM #11

Thanks for the notification. I believe it's wise to avoid focusing on early developments.

T
Turquose
Member
198
02-23-2023, 08:47 AM
#12
It’s simple: there are system files that only root can access, and regular user files. Changing the ownership often turns system files into user files, which works but might not always be wise. Picture a scenario where programs could alter system32 on Windows—it would be risky.
T
Turquose
02-23-2023, 08:47 AM #12

It’s simple: there are system files that only root can access, and regular user files. Changing the ownership often turns system files into user files, which works but might not always be wise. Picture a scenario where programs could alter system32 on Windows—it would be risky.

D
Drone_947
Member
60
02-23-2023, 09:29 AM
#13
when you view the previous comments, you'll understand my perspective. I don't know exactly what caused this, but I ended up reinstalling the system after wiping the volume.
D
Drone_947
02-23-2023, 09:29 AM #13

when you view the previous comments, you'll understand my perspective. I don't know exactly what caused this, but I ended up reinstalling the system after wiping the volume.

L
lolorius
Member
50
02-23-2023, 05:33 PM
#14
When working solely with scripts, the simplest method in Linux is to modify the files directly as the root user. You might run commands like "sudo nano <your file>" from a terminal to edit them with elevated privileges. Exercise caution when selecting which files to alter, since you have full control and can act without restrictions. This approach can quickly result in... undesirable outcomes if you're not fully sure of the consequences. The more experience you gain with Linux, the more natural this process becomes.
L
lolorius
02-23-2023, 05:33 PM #14

When working solely with scripts, the simplest method in Linux is to modify the files directly as the root user. You might run commands like "sudo nano <your file>" from a terminal to edit them with elevated privileges. Exercise caution when selecting which files to alter, since you have full control and can act without restrictions. This approach can quickly result in... undesirable outcomes if you're not fully sure of the consequences. The more experience you gain with Linux, the more natural this process becomes.

Pages (2): Previous 1 2