Results 11 to 20 of 30
Originally Posted by dylunio
Originally Posted by eikotec
quick question i know how to go into files and edit text and stuff but how do you see whats in the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-05-2005 #11Just Joined!
- Join Date
- Mar 2005
- Posts
- 19
YES THANKS!!!!!!
Originally Posted by dylunio
also if anyone knows how to boot outside of x that would be very helpful in the explorations of graphics card driver installing.
- 03-05-2005 #12Just Joined!
- Join Date
- Mar 2005
- Posts
- 19
any way to
cat ./
current directory
- 03-05-2005 #13
From the command line it is simple to see whats in a directory. Lets say you wanted to see what was in /etc. Go:
Then go:Code:cd /etc
"ls" lists what is in a directory, files and directories. In /etc you'll see a directory called "X11." Go:Code:ls
And again do ls. It will then list what files and directories are in the X11 directory.Code:cd X11
- 03-05-2005 #14Just Joined!
- Join Date
- Mar 2005
- Posts
- 19
cool sorry about all the trouble but you are most helpful
any ideas how to start up without the graphics end of linux?
- 03-05-2005 #15
As root go:
Look for a line a little ways down that looks like this...Code:vi /etc/inittab
That's mine ins Slackware. With Mandrake though, it will be set to runlevel 5. Set it to 4, save and exit. Reboot and you will be in runlevel 4. To get to runlevel 5 just go:Code:# Default runlevel. (Do not set to 0 or 6) id:4:initdefault:
Or:Code:kdm
Code:startx
- 03-05-2005 #16Just Joined!
- Join Date
- Mar 2005
- Posts
- 19
so what level do i want it at for linuxs does eqwivalent
- 03-05-2005 #17I think in Mandrake runlevel 4 is no used, so use renlevel 3 instead, so the above phrase should be Set it to 3, save and exit. Reboot and you will be in runlevel 3.
Originally Posted by Dapper Dan

dylunio
- 03-05-2005 #18EDIT:
Originally Posted by dylunio read my above message, as well as DapperDan'sso what level do i want it at for linuxs does eqwivalent
- 03-05-2005 #19Just Joined!
- Join Date
- Mar 2005
- Posts
- 19
it says warning changing a read file only
and It wont let me enter in the number
- 03-05-2005 #20Just Joined!
- Join Date
- Mar 2005
- Posts
- 17
hi, i am having the same problem as you eikotex, i got the error of no screens found, how did you solve it?


Reply With Quote
