LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-13-2016, 05:45 AM   #1
caclowdus
LQ Newbie
 
Registered: Jul 2016
Posts: 21

Rep: Reputation: Disabled
Important Configuration Files


I'm trying to alter a few things in my system and I have some files I need to locate/configure to do so.

In what path/file are the system paths first defined? i.e. Path to kerenel, user directory, install paths etc. Are these standard to the distribution or can they be modifield?

How can I make a read only file system writable without being able to take ownership of the disk or remount/eject the disk where it resides?

Should ps aux display process 0?

Is there anyway to interact with the firmware in linux?

Been trying to find these answers for awhile and havent had much success. Thanks in advance
 
Old 11-13-2016, 06:10 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Is this thread basically re-wording your other thread: https://www.linuxquestions.org/quest...ll-4175593443/ ? If so please don't and ask a moderator to merge threads.
 
Old 11-13-2016, 06:38 AM   #3
caclowdus
LQ Newbie
 
Registered: Jul 2016
Posts: 21

Original Poster
Rep: Reputation: Disabled
I didn't intend it to be. The reason I'm asking stem from the same issue but I thought it would be easier to have specific context independent questions in a seperate thread. I can merge them if it will help better understand the situation, but IMO they arent related
 
Old 11-13-2016, 07:34 AM   #4
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Thanks for explaining. While I agree question separation is a good thing and while a prima facie your questions seem context-independent they are too specific and too much geared towards answering your other threads questions. What's worse is that if one were to answer questions here in a generic way you might get the wrong idea for solving your other threads problem! I'd rather like to avoid that.
 
Old 11-13-2016, 07:39 AM   #5
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,574
Blog Entries: 19

Rep: Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452
Quote:
Originally Posted by caclowdus View Post
In what path/file are the system paths first defined? i.e. Path to kernel, user directory, install paths etc. Are these standard to the distribution or can they be modified?
In Linux the file system is standardised across distros. The running kernel is in /boot, user's home directories are in /home. Programs are installed in /bin, /sbin, /usr/bin and /usr/sbin, and so on. Look up the File System Standard.
Quote:
How can I make a read only file system writable without being able to take ownership of the disk or remount/eject the disk where it resides?
You need to use the mount command with root access to do this on a one-off basis. For a permanent change, you need to edit (as root) the /etc/fstab file. Judging by your other post, both these options are problematic for you.
Quote:
Should ps aux display process 0?
No. There is no PID 0. If there were, it would be the kernel.

Quote:
Is there anyway to interact with the firmware in linux?
You can interact with a UEFI chip using efibootmgr. I don't know if you can access any other firmware.
 
Old 11-13-2016, 09:15 AM   #6
caclowdus
LQ Newbie
 
Registered: Jul 2016
Posts: 21

Original Poster
Rep: Reputation: Disabled
Thanks but I think im oversimplifying the issue as I'm certain it's not as simple as changing a few lines in a configuration file. IF this were the case wouldn't reinstalling the OS reconfigure everything to an out of the box state?

I've tried this (multiple times) to no avail. I shared the details in a seperate thread hoping to invoke some critical thinking. I am new to this and need help but I've educated myself on the issue and have been trouble shooting it for months.

To be more direct Im looking for a way to manipulate/inspect the handoff from hardware to software as I think this is where my problem and solution are. If my terminaology is a little off please correct me. I'll do the critical thinking part but Im looking for ways to manage the Pre-boot process HOB/PEI producer consumer handoff. Im confident that it's a memory allocation/Boot device selection issue or someone has physically taken apart my computer and reinstalled hardware that they can remotely (from 30-40 ft away) control. Is there an interface for managing these processes?
 
Old 11-15-2016, 10:25 AM   #7
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by caclowdus View Post
I'm trying to alter a few things in my system and I have some files I need to locate/configure to do so.
Quote:
In what path/file are the system paths first defined? i.e. Path to kerenel, user directory, install paths etc. Are these standard to the distribution or can they be modifield?
yes and no, yes each Linux system follows a certain standard to how and where things are put, BUT, this is not written in granite. you can create your own system and give it whatever distribution for files you want or shove them all into one directory.

Quote:
How can I make a read only file system writable without being able to take ownership of the disk or remount/eject the disk where it resides?
become the owner. that is what security is for. so to not let you do what your asking to try and bypass.

Quote:
Should ps aux display process 0?
that is a debate for the world to decide.

Quote:
Is there anyway to interact with the firmware in linux?
assembly language
Quote:
Been trying to find these answers for awhile and havent had much success. Thanks in advance
now you may rest easy.

Last edited by BW-userx; 11-15-2016 at 10:28 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
list Important files to backup linuxandtsm Linux - Newbie 5 03-06-2012 07:00 AM
What is the most important configuration before the kernel compile? corone Linux - General 1 07-22-2009 11:05 AM
most important gonfig files? Trio3b Linux - Newbie 3 09-29-2005 09:24 PM
Most important cfg files krajzega Slackware 3 02-03-2004 08:38 AM
Important Linux Files. JafferAB Linux - Newbie 3 09-24-2002 05:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:26 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration