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
  •  


***NEW*** BCM RX67Q Gaming Motherboard | Intel Q67 2nd/3rd Gen. | LGA1155 | DDR3 picture

***NEW*** BCM RX67Q Gaming Motherboard | Intel Q67 2nd/3rd Gen. | LGA1155 | DDR3

$29.77



ASUS H110M-R Motherboard Intel 6th/7th Gen LGA1151 DDR4 Micro-ATX i/o shield picture

ASUS H110M-R Motherboard Intel 6th/7th Gen LGA1151 DDR4 Micro-ATX i/o shield

$42.00



***NEW*** BCM RX67Q mATX Gaming Motherboard Combo | Intel i5-3470 | 16GB DDR3 picture

***NEW*** BCM RX67Q mATX Gaming Motherboard Combo | Intel i5-3470 | 16GB DDR3

$49.77



Micro ATX Desktop Motherboard ASUS H110M-C LGA 1151 picture

Micro ATX Desktop Motherboard ASUS H110M-C LGA 1151

$31.95



Asrock Z390 Phantom Gaming 4S/AC Wifi 8th/9th Gen Intel 1151 Motherboard Bulk picture

Asrock Z390 Phantom Gaming 4S/AC Wifi 8th/9th Gen Intel 1151 Motherboard Bulk

$47.39



Gigabyte AMD B550 UD AC Gaming Motherboard - AMD B550 Chipset - AM4 Socket - AMD picture

Gigabyte AMD B550 UD AC Gaming Motherboard - AMD B550 Chipset - AM4 Socket - AMD

$89.99



MSI B450M PRO-VDH MAX AM4 AMD B450 USB3.2 Micro-ATX Motherboard picture

MSI B450M PRO-VDH MAX AM4 AMD B450 USB3.2 Micro-ATX Motherboard

$67.99



Gigabyte GA-B75M-HD3 Intel LGA1155 DDR3 Desktop Motherboard MicroATX USB 3.0  picture

Gigabyte GA-B75M-HD3 Intel LGA1155 DDR3 Desktop Motherboard MicroATX USB 3.0

$26.99



BTC-S37 Mining Motherboard Kit /w SSD & Ram Preinstalled picture

BTC-S37 Mining Motherboard Kit /w SSD & Ram Preinstalled

$59.99



GIGABYTE Z690 AORUS Elite AX (LGA 1700/Intel 7690/WiFi 6) - Gaming Motherboard picture

GIGABYTE Z690 AORUS Elite AX (LGA 1700/Intel 7690/WiFi 6) - Gaming Motherboard

$99.86