Results 1 to 5 of 5

Thread: *nix Commands: 101 - Part 1 Tha' Basics: Addenum

  1. #1
    Just a Virtualized Geek MrLinus's Avatar
    Join Date
    Sep 2001
    Location
    Redondo Beach, CA
    Posts
    7,323

    Talking *nix Commands: 101 - Part 1 Tha' Basics: Addenum

    Well, lessoned learned. Never do a tutorial when your tired. As per some suggestions, here's an addenum to the first part of *nix commands.

    Yes, *nix is CASE-SENSITIVE. And not just on passwords. On everything. As an experiment, try typing LS and then ls. You will see a difference in the way that the *nix box responds.

    Terr brought up some helpful options but be aware that those are specific to the Linux family of commands rather than all *nix. The --help or -h option are unique to Linux and recently Solaris 8 (they listened!!).

    Remember your man pages. If in doubt, check the man pages for that command for more information.

    *nix to DOS conversion:

    (Editor's Note: I will add the conversions next time with each page)

    *nixDOS Commands

    clearcls

    passwdN/A*!

    exitexit (CTRL+D doesn't work in DOS)

    lsdir /w

    ls -ldir

    manhelp

    datedate & time

    who or wN/A*!

    calN/A

    *Note: DOS is a single-user OS with NO security. These commands and a few others do not apply. You will notice that not all commands have an equivalent in DOS. At most, DOS has about 40 or so commands, a lot less than the multitude found in *nix.

    !Note: DOS can be networked with the Microsoft Lan Manager. This does not bring it to the full level of *nix networking but it is somewhat similar. Remember that DOS still remains a single-user OS. At best, DOS can share out files. Some commands, as identified above, have similar commands if DOS has LM installed (it's an add-on product and is "sold" separately if you can find it). These commands are found under the net family of commands in DOS. For example, you can change your password by using net password:

    NET PASSWORD [oldpassword [newpassword]]
    NET PASSWORD \\computer | /DOMAIN:name [user [oldpassword [newpassword]]]
    Goodbye, Mittens (1992-2008). My pillow will be cold without your purring beside my head
    Extra! Extra! Get your FREE copy of Insight Newsletter||MsMittens' HomePage

  2. #2
    AntiOnline Senior Member souleman's Avatar
    Join Date
    Oct 2001
    Location
    Flint, MI
    Posts
    2,883

    nice

    Alright, now that I got you started, lets really get into.

    Next I wana see the cheet sheat as compared to the Novel commands.

    I also would like to see a comparions of Linux vs BSD vs UNIX vs Solaris vs etc etc.

    Or whatever. You did an excellet job MsMittens.
    Keep it up.


    btw: I wonder how Negative is going to add an addendum to his index?

  3. #3
    Senior Member
    Join Date
    Nov 2001
    Posts
    257
    It may be more helpful to compare *nix commands to a version of dos that has at least lan manager installed, if not one of the 32-bit systems. Anyway, various applications of the NET command will be used where you have N/A listed.

  4. #4
    Just a Virtualized Geek MrLinus's Avatar
    Join Date
    Sep 2001
    Location
    Redondo Beach, CA
    Posts
    7,323

    Talking

    True but few people know or have Lan Manger installed. I will adjust and edit it accordingly then.
    Goodbye, Mittens (1992-2008). My pillow will be cold without your purring beside my head
    Extra! Extra! Get your FREE copy of Insight Newsletter||MsMittens' HomePage

  5. #5
    Senior Member
    Join Date
    Nov 2001
    Posts
    1,255
    Originally posted by MsMittens
    True but few people know or have Lan Manger installed. I will adjust and edit it accordingly then.
    While this is true, anyone who is doing networking w/Win9x will be able to make use of the net series of functionality...
    Chris Shepherd
    The Nelson-Shepherd cutoff: The point at which you realise someone is an idiot while trying to help them.
    \"Well as far as the spelling, I speak fluently both your native languages. Do you even can try spell mine ?\" -- Failed Insult
    Is your whole family retarded, or did they just catch it from you?

Posting Permissions

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