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
  •  


Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox

$340.00



DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45

$274.00



Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB picture

Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB

$510.00



Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD picture

Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD

$79.19



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD

$389.99



Dell Emc R750  Computer Poweredge edge racked server. picture

Dell Emc R750 Computer Poweredge edge racked server.

$750.00



Dell PowerEdge R730, 2 sinks, SystemBoard, 8 trays,H330,Idrac 8 exp, 2x750w Psu picture

Dell PowerEdge R730, 2 sinks, SystemBoard, 8 trays,H330,Idrac 8 exp, 2x750w Psu

$135.00



Dell PowerEdge R730 Server 2x E5-2670v3 2.30Ghz 24-Core 128GB H730 picture

Dell PowerEdge R730 Server 2x E5-2670v3 2.30Ghz 24-Core 128GB H730

$411.75



Dell PowerEdge R720 Server | 2x E5-2660 2.2GHz | 128GB Ram | 1.2TB HDD | H710P picture

Dell PowerEdge R720 Server | 2x E5-2660 2.2GHz | 128GB Ram | 1.2TB HDD | H710P

$179.00



DELL PowerEdge R630 8SFF Server 2x E5-2680v3 2.5GHz =24 Cores 128GB H730 4xRJ45 picture

DELL PowerEdge R630 8SFF Server 2x E5-2680v3 2.5GHz =24 Cores 128GB H730 4xRJ45

$360.00