LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Getting ti 'File System" from "Root"? (https://www.linuxquestions.org/questions/slackware-14/getting-ti-%27file-system-from-root-4175715402/)

TheNutCase 08-05-2022 02:02 PM

Getting ti 'File System" from "Root"?
 
How so I get from the "Root" directory to the "File System" directory in terminal mode?

Windu 08-05-2022 02:04 PM

Quote:

Originally Posted by TheNutCase (Post 6372094)
How so I get from the "Root" directory to the "File System" directory in terminal mode?

What nonsensical question is that? What is a "File System" directory?
Are you confusing the '/root' directory with the '/' directory?

TheNutCase 08-05-2022 02:41 PM

I got that name as a result of using Thunar (the file manager), but thanks for the clarification.

0XBF 08-05-2022 02:50 PM

1 Attachment(s)
Its hard to piece together what you are asking without the context that you were talking about thunar. To me it looks like "File System" in thunar is the same thing as the root directory ('/' directory). So to navigate to the root directory in thunar you just start there.

Hope that answers you?

rkelsen 08-05-2022 04:09 PM

Thunar displays a "File system" entry for each partition on the machine. You can see which device each entry refers to by hovering the mouse pointer over it. The answer to the question is going to depend upon which device it is, whether it is mounted and the location of its mount point.

SW64 08-05-2022 05:57 PM

Quote:

Originally Posted by TheNutCase (Post 6372094)
How so I get from the "Root" directory to the "File System" directory in terminal mode?

In terminal mode? That would be as simple as 'cd /'. Entering in 'cd' without any flags/options will go to the home folder of the logged-in account. 'cd ~' will also take you back to your home folder.

Type these commands in your terminal as root:
Code:

root@darkstar:# cd /
root@darkstar:# pwd
/
root@darkstar:# cd
root@darkstar:# pwd
/root
root@darkstar:# cd ~
root@darkstar:# pwd
/root

This is basic stuff. Are you trying to learn command line interface (CLI)?

Edited: here's another link to check out: https://linuxcommand.org/lc3_lts0020.php

TheNutCase 08-05-2022 11:39 PM

Quote:

Originally Posted by SW64 (Post 6372153)
In terminal mode? That would be as simple as 'cd /'. Entering in 'cd' without any flags/options will go to the home folder of the logged-in account. 'cd ~' will also take you back to your home folder.

Type these commands in your terminal as root:
Code:

root@darkstar:# cd /
root@darkstar:# pwd
/
root@darkstar:# cd
root@darkstar:# pwd
/root
root@darkstar:# cd ~
root@darkstar:# pwd
/root

This is basic stuff. Are you trying to learn command line interface (CLI)?

Edited: here's another link to check out: https://linuxcommand.org/lc3_lts0020.php

Actually, I was trying to compile and install some drivers for my video card, but in order to do that I needed to blacklist the default video driver, then get to the directory where the compiled driver files were located, but I wasn't sure how to go about doing that.

SW64 08-06-2022 02:27 PM

Quote:

Originally Posted by TheNutCase (Post 6372200)
Actually, I was trying to compile and install some drivers for my video card, but in order to do that I needed to blacklist the default video driver, then get to the directory where the compiled driver files were located, but I wasn't sure how to go about doing that.

You're being incredibly vague, lol. If the driver you are trying to compile was a slackbuild script, the built package would be in /tmp, but that does not sound like a slackbuild script to me. If you tell us what you're trying to do in details, maybe you'll get helpful and accurate responses. It'll be helpful to know what graphic card you have and the driver you are trying to compile for it.

Here's a link that may help you out: https://docs.slackware.com/howtos:ha...aphics_drivers

Maybe it's best if you start off a new topic with appropriate title on your graphic card issue as this one is pretty much solved.

TheNutCase 08-06-2022 10:36 PM

And here are the links to what I was trying to compile:https://slackbuilds.org/repository/1...acy340-kernel/
https://slackbuilds.org/repository/1...acy340-driver/

henca 08-07-2022 04:42 AM

Quote:

Originally Posted by TheNutCase (Post 6372415)

From that page:
Quote:

The xf86-video-nouveau-blacklist package from /extra is required.
The /extra directory is part of the installation media of Slackware. The packages in the Slackware installation media is installed with tools like installpkg.

Does this answer your question about how to blacklist the opensource driver? Or are you still confused about "File System"?

regards Henrik


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