USA Linux Users Group Forum Index
Log in Register FAQ Memberlist Search USA Linux Users Group Forum Index Album

Linux Command Directories

 
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Command Line Commands
View previous topic :: View next topic  
Author Message
monsterb
Jr. Member


Joined: 16 Oct 2024
Posts: 85
Location: Indiana

PostPosted: Mon Oct 16, 2024 9:04 am    Post subject: Linux Command Directories Reply with quote

Linux command descriptions and options:

Computer Hope http://www.computerhope.com/unix/overview.htm
Linux Command Reference http://www.perpetualpc.net/srtd_commands_rev.html
O'Reilly Command Directory http://www.oreillynet.com/linux/cmd/
O'Reilly Linux Command Reference http://www.linuxdevcenter.com/linux/cmd/
Really Linux: Basic Commands http://www.reallylinux.com/docs/basic.shtml
Really Linux: Guru Wanna-bees http://www.reallylinux.com/docs/guru.shtml
SS64.com Bash Commands http://www.ss64.com/bash/




Last edited by monsterb on Wed Dec 27, 2024 7:43 am; edited 2 times in total
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Xeroid
Site Admin


Joined: 19 Apr 2024
Posts: 6456
Location: Georgia

PostPosted: Mon Oct 16, 2024 9:26 pm    Post subject: Reply with quote

Welcome monsterb. Very Happy



_________________
Ubuntu 10.04 . . . Kernel-2.6.32-22
Back to top
View user's profile Send private message Send e-mail Visit poster's website
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Mon Oct 16, 2024 9:49 pm    Post subject: Reply with quote

That's link has been on our portal page for about a year or so.... it' is a good resource Wink
http://usalug.org/phpBB2/portal.html



_________________
Veronica - Arch Linux 64-bit -- Kernel 2.6.33.4-1
Archie/Jughead - Arch Linux 32-bit -- Kernel 2.6.33.4-1
Betty/Reggie - Arch Linux (VBox) 32-bit -- Kernel 2.6.33.4-1
BumbleBee - OpenSolaris-SunOS 5.11
Back to top
View user's profile Send private message Visit poster's website AIM Address
Pet3M0ss
Advanced Member


Joined: 18 Sep 2024
Posts: 738
Location: NW corner of Montana (Libby)

PostPosted: Mon Oct 16, 2024 11:49 pm    Post subject: Reply with quote

Welcome aboard, monsterb. I hang out here mostly for the free rounds of virtual beers.



_________________
Slackware 12.2
Slax
Back to top
View user's profile Send private message
monsterb
Jr. Member


Joined: 16 Oct 2024
Posts: 85
Location: Indiana

PostPosted: Sat Oct 21, 2024 7:26 am    Post subject: Reply with quote

Hi - Thanks for the welcome!


Back to top
View user's profile Send private message Send e-mail Visit poster's website
JP
Linux Guru


Joined: 07 Jul 2024
Posts: 6671
Location: Central Montana

PostPosted: Sun Oct 22, 2024 3:39 am    Post subject: Reply with quote

Welcome to USALUG monsterb Very Happy Very Happy



_________________
Dell Box - Arch Linux
Dell Lappy - DreamLinux 3.5 - Default OS
Mepis 8.0 - Backup
Back to top
View user's profile Send private message Visit poster's website
DocZayus
Ultimate Member


Joined: 15 Feb 2024
Posts: 2199
Location: Fredericton, New Brunswick

PostPosted: Wed Dec 27, 2024 4:32 pm    Post subject: Reply with quote

The one page Linux manual.

http://homepage.powerup.com.au/~squadron/



_________________
Sabayon
Vista
Back to top
View user's profile Send private message Visit poster's website
lberg
Sr. Member


Joined: 28 Jul 2024
Posts: 1289

PostPosted: Wed Dec 27, 2024 7:22 pm    Post subject: Reply with quote

Hey DocZayus...that one-page manual is pretty neat haha.....There's one or two commands on there that I didn't know about that would have (or will) come in very handy lol



_________________
2 Computers: Arch Linux, 64-bit
3 Computers: Arch Linux, 32-bit
Back to top
View user's profile Send private message
snowman
New Member


Joined: 27 Dec 2024
Posts: 1
Location: INDIANA

PostPosted: Wed Dec 27, 2024 11:08 pm    Post subject: Nice Website Reply with quote

Hi Monsterb

Good Web Sites !!




Last edited by snowman on Fri Dec 29, 2024 6:26 am; edited 3 times in total
Back to top
View user's profile Send private message Send e-mail
monsterb
Jr. Member


Joined: 16 Oct 2024
Posts: 85
Location: Indiana

PostPosted: Thu Dec 28, 2024 7:58 am    Post subject: Reply with quote

Hi Doc,

Good find. Did you order a pocket protector? ('Laughing')


Back to top
View user's profile Send private message Send e-mail Visit poster's website
DocZayus
Ultimate Member


Joined: 15 Feb 2024
Posts: 2199
Location: Fredericton, New Brunswick

PostPosted: Thu Dec 28, 2024 8:29 pm    Post subject: Reply with quote

That's actually the first place I was sent when I asked my first noob question.
(what's the Linux equivalent for "dir"?)

This was way back in 99...

Nope, I never ordered one, though I should, just to help fund his website.



_________________
Sabayon
Vista
Back to top
View user's profile Send private message Visit poster's website
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Mon Aug 20, 2024 6:26 pm    Post subject: Reply with quote

A (perhaps) useful addition: http://crouse.us/docs/Linux/Linux-Commands-Reference.pdf

Originally from:
http://fosswire.com/2007/08/02/unixlinux-command-cheat-sheet/



_________________
Veronica - Arch Linux 64-bit -- Kernel 2.6.33.4-1
Archie/Jughead - Arch Linux 32-bit -- Kernel 2.6.33.4-1
Betty/Reggie - Arch Linux (VBox) 32-bit -- Kernel 2.6.33.4-1
BumbleBee - OpenSolaris-SunOS 5.11
Back to top
View user's profile Send private message Visit poster's website AIM Address
masinick
Linux Guru


Joined: 03 Apr 2024
Posts: 8615
Location: Concord, NH

PostPosted: Mon Aug 20, 2024 8:25 pm    Post subject: RUN! Reply with quote

Notice the * in the Fosswire UNIX and Linux commands cheat sheet - use with GREAT caution!

I always say as a joke: run this command:

Code:
rm -rf /


then RUN! Smile

A much more potentially dangerous command is this:

Code:
rm -rf .


Reason? Unless you know where you are FOR CERTAIN, you may think you are removing your OWN directory but you may actually be deleting an entire directory tree somewhere ELSE!

Take the time and do a pwd before you run the command, and maybe even echo the command without running it to MAKE SURE you know where you are in the system and what the command is going to do.

Linux and UNIX are extremely powerful, but they ASSUME that YOU know what you are DOING. They are actually very stupid, but VERY GOOD at obeying orders, so be a good general and tell them the right thing!



_________________
Brian Masinick
Distros: SimplyMEPIS
sidux - no CAPS!, antiX, Debian
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Command Line Commands All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All content © 2024-2009 - Usa Linux Users Group
This forum is powered by phpBB. © 2024-2009 phpBB Group
Theme created by phpBBStyles.com and modified by Crouse