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

Linux Commands Line - v1.0

 
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
Xeroid
Site Admin


Joined: 19 Apr 2024
Posts: 6456
Location: Georgia

PostPosted: Sat Jan 05, 2024 9:57 pm    Post subject: Linux Commands Line - v1.0 Reply with quote

Linux Commands Line - v1.0

Linux commands grouped by function.



_________________
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
platinummonkey
Advanced Member


Joined: 01 Mar 2024
Posts: 732
Location: Texas

PostPosted: Sun Jan 06, 2024 12:17 am    Post subject: Reply with quote

nice find Smile bookmarked Very Happy



_________________
desktop - FreeBSD 7.2
laptop & server - Archlinux i686 kernel26 2.6.32.10-1
- TAMULinux-2.0.2-ALPHA
USB Boot - Archlinux i686 kernel26 2.6.32.10-1 USB boot
Back to top
View user's profile Send private message Visit poster's website AIM Address
tlmiller
Ultimate Member


Joined: 01 May 2024
Posts: 2432
Location: MD, USA

PostPosted: Sun Jan 06, 2024 1:09 am    Post subject: Reply with quote

Yeah, that's a very handy little cheat page.



_________________
Debian Squeeze, Arch, Kubuntu mostly. Some Mandriva. Some Windows.
Desktops: shadowdragon, medusa
Laptops: bluedrake, banelord, sandwyrm, aardvark.
Back to top
View user's profile Send private message AIM Address MSN Messenger
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Sun Jan 06, 2024 1:19 am    Post subject: Reply with quote

http://www.linuxdevcenter.com/linux/cmd/ <<<<<< is on the portal page of usalug, has a few too Wink



_________________
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
JP
Linux Guru


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

PostPosted: Sun Jan 06, 2024 2:52 am    Post subject: Re: Linux Commands Line - v1.0 Reply with quote

Xeroid wrote:
Linux Commands Line - v1.0

Linux commands grouped by function.


Boy, that was close ..... the first entry was "arch" .... I thought crouse had hacked the site Shocked Surprised Shocked Surprised Laughing Laughing Laughing Laughing



_________________
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
richard
Ultimate Member


Joined: 13 Apr 2024
Posts: 2730
Location: Kent, United Kingdom

PostPosted: Sun Jan 06, 2024 9:48 am    Post subject: Reply with quote

Nice one. Thank you very much.



_________________
Windows Vista / Ubuntu 8.10
Back to top
View user's profile Send private message
Pet3M0ss
Advanced Member


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

PostPosted: Sun Jan 06, 2024 10:12 am    Post subject: Reply with quote

I think the organization of the commands under function groups makes this a particularly good find.

Not easily printed (as near as I can make out), but I think I will put the lists into a spreadsheet for easy reference. No matter how many commands one can remember, it's always the one I just use occasionally that slips from my mental flash disk- maybe I have a flush memory!



_________________
Slackware 12.2
Slax
Back to top
View user's profile Send private message
Germ
Keeper of the BIG STICK


Joined: 30 Apr 2024
Posts: 12452
Location: Planet Earth

PostPosted: Sun Jan 06, 2024 2:03 pm    Post subject: Reply with quote

Very nice find. Very Happy



_________________
Laptop: Mandriva 2024 PowerPack - 2.6.33.5-0.2mnb
Desktop: Mandriva 2024 Free - kernel 2.6.33.2-1mib
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
d_riordan
Member


Joined: 08 Jan 2024
Posts: 245
Location: Leominster, Massachusetts, U.S.A.

PostPosted: Sun Jan 06, 2024 4:13 pm    Post subject: Reply with quote

Very bookmarked. Smile

I like the fact that it's split into categories, and the list of proc files to cat is nice as well.

I had to send him one correction though. By itself, the command
Code:
apt-get update

only updates the repository lists. One needs to enter
Code:
apt-get upgrade

to update the installed packages. Hope that helped him (or someone) a bit. Smile



_________________
*buntu 8.04
Back to top
View user's profile Send private message Visit poster's website
Xeroid
Site Admin


Joined: 19 Apr 2024
Posts: 6456
Location: Georgia

PostPosted: Sun Jan 06, 2024 11:10 pm    Post subject: Reply with quote

d_riordan wrote:
Very bookmarked. Smile

I like the fact that it's split into categories, and the list of proc files to cat is nice as well.


That's what I liked about it. I find this layout very useful. Smile



_________________
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
Xeroid
Site Admin


Joined: 19 Apr 2024
Posts: 6456
Location: Georgia

PostPosted: Sun Jan 13, 2024 2:47 pm    Post subject: Reply with quote

The list has been updated? The same link now takes you to Linux Commands Line list - v1.2. It was v1.0.

http://www.linuxguide.it/commands_list.html

EDIT:

Quote:
ChangeLog
Linux Commands Line list


* Version 1.2 - 12-January-2008
o Fixed many language mistake
o Fixed wrong commands
o Modified web layout of commands table
o Added commands:
+ yum update package_name.rpm
+ chsh
+ chsh --list-shells
+ who -a
+ whois www.example.com
+ apt-cache search searched-package
+ cat file1 file2 ... | command <> file1_in.txt_or_file1_out.txt
+ dd if=/dev/hdc | md5sum
+ file file1
+ file -i file1
+ iconv -l
+ iconv -f fromEncoding -t toEncoding inputFile > outputFile
+ find . -maxdepth 1 -name *.jpg -print -exec convert "{}" -resize 80x60 "thumbs/{}" \;
+ dd if=/dev/sda of=/tmp/file1
+ nslookup www.example.com



_________________
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
Germ
Keeper of the BIG STICK


Joined: 30 Apr 2024
Posts: 12452
Location: Planet Earth

PostPosted: Sun Jan 13, 2024 3:31 pm    Post subject: Reply with quote

That's good they are staying on top of it.



_________________
Laptop: Mandriva 2024 PowerPack - 2.6.33.5-0.2mnb
Desktop: Mandriva 2024 Free - kernel 2.6.33.2-1mib
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
JP
Linux Guru


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

PostPosted: Sun Jan 13, 2024 6:04 pm    Post subject: Reply with quote

Germ wrote:
That's good they are staying on top of it.

Especially good for someone like me Wink.

One thing I haven't been able to understand tho, it seems that some distros don't recognize certain commands, and that is aggravating, to say the least. IF your current distro doesn't support all of the different commands, is there a binary somewhere that can be downloaded and installed that will include all of them, or would that just be too much grief, too much redundancy? Just another one of my dumb questions Rolling Eyes Rolling Eyes Razz



_________________
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
Pet3M0ss
Advanced Member


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

PostPosted: Sun Jan 13, 2024 9:40 pm    Post subject: Reply with quote

Hmmm. I have the last one almost completely entered into a spreadsheet (to print for a reference). Already have to update.

Kinda cool to have the commands in groups, and putting them in a spreadsheet has been good to sort of organize them in my mind.



_________________
Slackware 12.2
Slax
Back to top
View user's profile Send private message
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