Page 1 of 1

Porteus Command list

Posted: 16 Aug 2015, 04:06
by Jack
Where can I find other commands like these 2 psinfo and aplay -l and what they mean. I know there is a lot more of them but I don't know where to look. If there is a book or PDF out there or some where? I want to learn more about Linux.

Re: Porteus Command list

Posted: 16 Aug 2015, 07:01
by llgrep
Hi,

Glad to hear you want to learn more about Linux.

Here are a few important commands:
http://www.tecmint.com/useful-linux-com ... r-newbies/
http://www.tecmint.com/20-advanced-comm ... nux-users/
http://www.tecmint.com/20-advanced-comm ... x-experts/

A few of them require you to be root user before executing. Simply do this to become root.

Code: Select all

guest@porteus:~$ su
Password: toor
root@porteus:/home/guest# 
Good luck :)

Re: Porteus Command list

Posted: 16 Aug 2015, 12:33
by donald

Re: Porteus Command list

Posted: 20 Aug 2015, 22:38
by Rava
And some for scripting:

Advanced Bash-Scripting Guide
An in-depth exploration of the art of shell scripting
http://tldp.org/LDP/abs/html/
I tried loading it as epup but failed, URL invalid. That would be a neat addition to my epup reader...

http://www.tecmint.com/free-linux-shell ... ing-books/
Not really want you to load the free books (they want info in exchange for puplic domain books, which is kind of a scam), but that above page has some neat background on backup strategy and other admin tasks.

Also, check out http://tldp.org - The Linux Documentation Project - now with wiki: http://wiki.tldp.org/ :)


Non-coding:
http://www.tecmint.com/linux-ls-command-tricks/


Tar, best for backups:
http://www.tecmint.com/18-tar-command-e ... -in-linux/