Results 1 to 9 of 9

Thread: Bring up KDE from command line

  1. #1
    Junior Member registered user
    Join Date
    Apr 2004
    Location
    Port Angeles, Washington
    Posts
    21

    Bring up KDE from command line

    I'm really new: Just installed Knoppix on seperate hd (no lilo). I boot to Knoppix from diskette. From KDE I press C/A/F1 to go to the command line for practice. What command do I type to get back into KDE? I tried "root@tty[\]# KDM" to no avail. Also, several times I installed Lilo to boot into Linux from HDa1 (Windows), which messes around with the MBR, which I do not like. Is there some kind of batch file I can make with DOS to choose which OS I would like to use? Hopefully, in the near future I will be able to totally eliminate Windows from my computer.

  2. #2
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    235
    If you pressed ctl-alt-f1 to go to another login, and want to switch back, all you had to do was press ctl-alt-f7.

  3. #3
    Junior Member registered user
    Join Date
    Apr 2004
    Location
    Port Angeles, Washington
    Posts
    21
    Durand, I tried it, and it works. I have a lot of reading to do.

    Thanks

    Jesse

  4. #4
    Junior Member registered user
    Join Date
    Apr 2004
    Location
    Buenos Aires, Argentina
    Posts
    23
    Hello:

    I'm a relatively seasoned DOS/WinTel user but a brand new arrival to Linux thanks to Mr. Knopper, his dedicated crew and this fantastic linux distro. ;-D

    Thank you, Klaus Knopper!

    Just last night I was wondering about how to get around the same problem posted by Jesse. Went to shell with Ctrl+Alt+F1 but did not how to get back to the desktop. 8-/

    Needless to say, I felt very frustrated as I looked all over but could not find the needed info.

    eg:

    How to list a directory content the same way I do it in DOS with the command c:\ dir /p ?

    Or search all over a disk with c:\ dir *.abc /s ?

    I am desperately needing a compendium of all the command line instructions the Linux shell will accept or a dictionary of DOS --> Linux commands so as to make my transition to Linux a bit less rispid.

    Thanks in advance,

    CIV

  5. #5
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    You can look at the sticky under General Support: http://www.knoppix.net/forum/viewtopic.php?t=2398
    Here's some explanations:
    http://linux-newbie.sunsite.dk/
    http://www.desktop-linux.net/
    How to list a directory content the same way I do it in DOS with the command c:\ dir /p ?
    "ls |less" , tap space for next page and quit by typing the letter q and use la instead if you want to see hidden files too.
    Or search all over a disk with c:\ dir *.abc /s ?
    You can search with find,whereis, locate.. ex: "locate .abc" , if you get tons of hits do "locate .abc|less"
    If locate says database is old do as root: "updatedb" and get a cup of coffee

  6. #6
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    i would greatly reccomend the floppix labs ( http://floppix.com/labs.html )
    Floppix is a linux distribution on two floppies, intended to teach linux in comandline only mode. it is some 37 separate labs with questions and so, must be made by a teacher, it is a good way to start.

    below i have listed a few linux=DOS equivalents.
    dir /w = ls
    dir = ls -l
    add an a to list hidden files (ls -al). in linux anything named with a . first is a hidden file (.file).
    copy file /new/file = cp /file /new/file
    del =rm
    add -r after (rm -r) and you will empty everything below that searchpath. add -f and you force the removal.
    rm -rf / erases everything on compuer that you have read/write access to, as root that is EVERYTHING.
    rmdir removes a directory (must be empty)
    mv moves and/or renames a file mv /file /file2 renames the file. mv /file /new/file moves it to directory /new and finaly mv /file /new/file2 moves AND renames the file.
    keep asking.

    btw the man mv gives more, so does mv -h and mv --help and aporpos mv
    to list available comands do ls on these directories,
    /bin
    /usr/bin
    /usr/local/bin
    /usr/X11R6/bin

    now to list the comands available as root (root, the almighty superuser,aka 0.0 in linux/unix, more powerfull than any admin in windows)
    /sbin
    /usr/sbin
    /usr/local/sbin
    there are more but tese are confusing enough for now (as you see directories with bin in them are full of comands)

    if the lists become too long you can pipe the output to less.
    ls /usr/bin|less

    to navigate use upp and down arows OR pageup/pagedown.
    here to help
    OE

  7. #7
    Junior Member
    Join Date
    Apr 2004
    Posts
    3
    hi jesse

    concerning a dos-boot-menu:

    i'm not an expert but may infos about loadlin does the job. the manual also gives an idea how to to set up a menu
    http://elserv.ffm.fgan.de/~lermen/manual.txt

    hope this helps, good luck.
    andromeda

  8. #8
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    perhaps this might help some
    http://www.linux.org/docs/ldp/howto/...nux-HOWTO.html
    this is a fairly good howto on moving from win to linux.
    http://www.linux.org/docs/ is a good resource.
    so is http://www.tldp.org/
    there is TONS of good facts on those sites.

  9. #9
    Junior Member registered user
    Join Date
    Apr 2004
    Location
    Buenos Aires, Argentina
    Posts
    23
    Hello OErjan, andromeda, Markus:

    Thank you very much for the replies.
    I've been able to advance a bit on my own and these will surely help also.

    Finally managed to configure the G400 Dual (!!!) and gotten around to setting up/customizing quite a few of the various aspects of Knoppix and KDE.

    Coming from the DOS/Wintel camp, I see that I still have quite a lot to get used to ...

    Best regards,

    CIV

Similar Threads

  1. boot only in command line - help
    By teccim in forum Hdd Install / Debian / Apt
    Replies: 8
    Last Post: 06-14-2005, 04:09 PM
  2. booting into the command line
    By greygooseplz in forum General Support
    Replies: 1
    Last Post: 11-25-2004, 05:58 AM
  3. command line WOES
    By bob58 in forum General Support
    Replies: 1
    Last Post: 03-27-2004, 11:10 PM
  4. login with GUI/Command Line
    By wilsondk in forum General Support
    Replies: 2
    Last Post: 02-18-2004, 10:04 PM
  5. Hostname on command line
    By Ambrose in forum General Support
    Replies: 1
    Last Post: 08-08-2003, 02:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Knoppix 9.1 Live Linux GNU Bootable USB Flash Drive USA picture

Knoppix 9.1 Live Linux GNU Bootable USB Flash Drive USA

$19.99



Knoppix NSM 1.2 picture

Knoppix NSM 1.2

$8.50



Hamshack Live DVD-ROM picture

Hamshack Live DVD-ROM

$6.80



Knoppix Live GNU Linux System 9.1 on Bootable CD / DVD / USB Flash Drive picture

Knoppix Live GNU Linux System 9.1 on Bootable CD / DVD / USB Flash Drive

$9.99



Linux Knoppix 4.0.2 Installation Disc picture

Linux Knoppix 4.0.2 Installation Disc

$39.99



Knoppix Linux Bootable OS v8.6

Knoppix Linux Bootable OS v8.6 "Original Live Operating System" 32G USB Stick

$20.30



KNOPPIX 9.1 LINUX INSTALL & LIVE DVD picture

KNOPPIX 9.1 LINUX INSTALL & LIVE DVD

$9.99



Acer Aspire One 9 inch Netbook ZG5 512MB RAM 8GB SSD HD Knoppix Linux WiFi VGA picture

Acer Aspire One 9 inch Netbook ZG5 512MB RAM 8GB SSD HD Knoppix Linux WiFi VGA

$79.99



Knoppix Linux Bootable OS v8.6

Knoppix Linux Bootable OS v8.6 "Original Live Operating System" 16G USB Stick

$19.95