Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22

Thread: Total Newbie ... loves Knoppix!! Help with HDD Install?

  1. #11
    Junior Member
    Join Date
    Apr 2003
    Posts
    1

    suggestions pls;

    I've slicked off my 2nd HD to install the Knoppix version to learn something about Linux before making the total jump.

    Need some steps for this install.

    It is formatted in FAT32 right now but can do what-ever ness.??

    Thx
    zig

  2. #12
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933

    Re: suggestions pls;

    Quote Originally Posted by ziggie
    I've slicked off my 2nd HD to install the Knoppix version to learn something about Linux before making the total jump.

    Need some steps for this install.
    The basic instructions are already in this post. (see above). Is there something specific that you needed assistance with?

  3. #13
    Junior Member registered user
    Join Date
    Apr 2003
    Location
    netherlands
    Posts
    10
    If i go to Konsole en typ knx-hdinstall, i get something like "permission denied" or somtehin like that

  4. #14
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    Quote Originally Posted by AlterEgo
    If i go to Konsole en typ knx-hdinstall, i get something like "permission denied" or somtehin like that
    That's because you need to be root to install or you can just give the command as root like this:

    Enter this in a terminal:

    sudo /usr/local/bin/knx-hdinstall

  5. #15
    Junior Member registered user
    Join Date
    Apr 2003
    Location
    netherlands
    Posts
    10
    Quote Originally Posted by rickenbacherus
    Quote Originally Posted by AlterEgo
    If i go to Konsole en typ knx-hdinstall, i get something like "permission denied" or somtehin like that
    That's because you need to be root to install or you can just give the command as root like this:

    Enter this in a terminal:

    sudo /usr/local/bin/knx-hdinstall
    I don't get it. What's a terminal and how can i be in the " root"

  6. #16
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    Konsole is a terminal. If you're a windows user you would be accustomed to a DOS window only a terminali in Linux is much more useful. Open Konsole and enter :

    sudo /usr/local/bin/knx-hdinstall

    'root' is the name of a 'user' - root has ultimate authority and can execute any command or install software or pretty much anything he wants to do. There is a lot more to it than that but this should be enough to get you started.

  7. #17
    Senior Member registered user
    Join Date
    Feb 2003
    Posts
    202
    Quote Originally Posted by AlterEgo
    Quote Originally Posted by rickenbacherus
    Quote Originally Posted by AlterEgo
    If i go to Konsole en typ knx-hdinstall, i get something like "permission denied" or somtehin like that
    That's because you need to be root to install or you can just give the command as root like this:

    Enter this in a terminal:

    sudo /usr/local/bin/knx-hdinstall
    I don't get it. What's a terminal and how can i be in the " root"
    console=terminal=terminal console=that black thing with white letters

    when you write "sudo" you are in the "root"

  8. #18
    Junior Member registered user
    Join Date
    Apr 2003
    Location
    netherlands
    Posts
    10
    k thnx :P

  9. #19
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    Quote Originally Posted by oscar
    when you write "sudo" you are in the "root"
    There are two seperate issues here. There is the user 'root' who has ultimate authority. It is possible to execute commands as root without actually becoming root. Example:

    sudo mcedit /etc/X11/XF86Config-4

    That is translated as:
    sudo- do as if root
    mcedit- use Midnight Commander to edit
    /etc/X11/- path to the file you wish to edit
    XF86Config-4- name of the file to edit

    Why would you wish to be root when you edit that file? If you want to save anything you edit in that file you must be root (assuming you have not changed the default settings). If you only wish to view the file you would not open it as root but a normal user, this way you cannot inadvertently corrupt the file.

    This is how to become root:

    su
    <password>

    Now anything that you do in this terminal will be done as root. Yes you can edit and save files. Yes you can cause quite a few problems. Under no circumstances is it advisable to surf the web as the root user. If you open another terminal window you are not root in that new terminal until you become root.

    In order to use the 'sudo' command you must make yourself part of the 'sudoers group'. How?
    su
    <password>
    xedit /etc/sudoers (you can use whatever editor you like of course)


    #sudoers file
    # See the man page for details on how to write a sudoers file.
    #

    # Host alias specification

    # User alias specification

    # Cmnd alias specification

    # User privilege specification
    root ALL=(ALL) ALL
    your_user_name ALL=(ALL) ALL<--add a line like this with your user name
    #knoppix ALL=NOPASSWD: ALL

    After you edit the file don't forget to save it. Now you should be able to execute a command as root without actually becoming root.

    Some programs must be executed as root:

    sudo cfdisk /dev/hda

    There is also a directory named 'root that you could work "in"'. It is identified simply with a forward slash /. The root 'user' and root 'directory' are two entirely different things.

  10. #20
    Junior Member registered user
    Join Date
    Mar 2003
    Posts
    12
    The terminal is the linux equivilent of the CLI (command line interface, for you windows users...dos prompt).

    ROOT is the linux equivilent of Administrator...you need to be Root (or at least Super User (windows=power user), better known as SU, to issue system critical commands (linux is secure, not everyone can change system settings).

    So either issue commands as root (login as root first) or issue a SU before the command (such as "su *command you want to execute*").

    If you have any other questions, please post. And to all the linux snobs out there, please don't post RTFM...OK? ;-)

    GregC

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Here's a newbie that loves it!
    By Delorean_Driver in forum The Lounge
    Replies: 0
    Last Post: 05-09-2004, 02:09 PM
  2. total newbie here
    By liquid134 in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 04-30-2004, 07:07 PM
  3. total newbie needs help
    By gizmo in forum General Support
    Replies: 2
    Last Post: 04-17-2004, 05:12 PM
  4. running knoppix from command line /total newbie
    By snake001 in forum General Support
    Replies: 2
    Last Post: 11-01-2003, 11:29 AM
  5. Changing resolution on Knoppix CD (total newbie)
    By Preacher_mg in forum General Support
    Replies: 1
    Last Post: 06-13-2003, 09:41 PM

Posting Permissions

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


A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$13.99



Samsung 16GB 2Rx4 PC4-2133P DDR4-17000 1.2V RDIMM ECC Registered Server Memory picture

Samsung 16GB 2Rx4 PC4-2133P DDR4-17000 1.2V RDIMM ECC Registered Server Memory

$15.49



Samsung 2 x 16GB DDR4 2Rx4 PC4-2133P-R Server Memory ECC Reg RDIMM M393A2G40DB0 picture

Samsung 2 x 16GB DDR4 2Rx4 PC4-2133P-R Server Memory ECC Reg RDIMM M393A2G40DB0

$29.99



HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin picture

HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin

$12.90



A-Tech 16GB 2 x 8GB PC3-12800 Laptop SODIMM DDR3 1600 Memory RAM PC3L 16G DDR3L picture

A-Tech 16GB 2 x 8GB PC3-12800 Laptop SODIMM DDR3 1600 Memory RAM PC3L 16G DDR3L

$27.98



SK Hynix 8GB (2x4GB) 1Rx8 PC3L-12800 DDR3-1600MHz Laptop Memory HMT451S6AFR8A-PB picture

SK Hynix 8GB (2x4GB) 1Rx8 PC3L-12800 DDR3-1600MHz Laptop Memory HMT451S6AFR8A-PB

$8.25



A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G picture

A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G

$13.99



HyperX FURY RAM DDR4 16GB 8GB 32GB 4GB 3200 2666 2400 2133 Desktop Memory DIMM picture

HyperX FURY RAM DDR4 16GB 8GB 32GB 4GB 3200 2666 2400 2133 Desktop Memory DIMM

$9.64



A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM picture

A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM

$287.96



A-Tech 256GB 8x 32GB 4Rx4 PC4-17000L DDR4 2133 MHz ECC LRDIMM Server Memory RAM picture

A-Tech 256GB 8x 32GB 4Rx4 PC4-17000L DDR4 2133 MHz ECC LRDIMM Server Memory RAM

$319.92