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
  •  


LENOVO P520 Workstation W-2135 up to 128GB RAM 4TB SSD Win11P WiFi DVD/RW Gaming picture

LENOVO P520 Workstation W-2135 up to 128GB RAM 4TB SSD Win11P WiFi DVD/RW Gaming

$439.88



~OVERSTOCK~ 15.6

~OVERSTOCK~ 15.6" Lenovo ThinkPad Laptop: 8GB RAM 512 GB SSD Windows 10

$179.99



Lenovo Workstation Gaming NVIDIA RTX 2080 W-2135 up to 128GB RAM 4TB SSD Win11P picture

Lenovo Workstation Gaming NVIDIA RTX 2080 W-2135 up to 128GB RAM 4TB SSD Win11P

$739.99



Lenovo ThinkPad T480 14

Lenovo ThinkPad T480 14" Touchscreen Laptop i5 256GB NVMe 16GB RAM Win 11 Pro

$249.00



Lenovo 100e Chromebook Laptop 2nd Gen | 11.6

Lenovo 100e Chromebook Laptop 2nd Gen | 11.6" HD | MTK 1.7GHz | 4GB RAM | 32GB

$32.00



Lenovo - LOQ 15.6

Lenovo - LOQ 15.6" Gaming Laptop FHD - Intel Core i5-13420H with 8GB Memory -...

$629.99



Lenovo Ideapad 1i 15.6

Lenovo Ideapad 1i 15.6" FHD Notebook Intel Core i5-1235U 8GB RAM 256GB SSD

$349.99



Lenovo ThinkPad Yoga 11e 11.6

Lenovo ThinkPad Yoga 11e 11.6" 2in1 Touch Intel Core i3 4GB RAM 128GB SSD Win10

$59.00



Notebook Lenovo Slim Pro 9 Laptop, 16

Notebook Lenovo Slim Pro 9 Laptop, 16" Glass, i9-13905H, GB, 1TB SSD

$1051.99



Lenovo ThinkPad 14

Lenovo ThinkPad 14" Laptop Computer Core i7 16GB RAM 256GB SSD Windows 10 Pro

$229.99