Jump to content

Guys,I want to learn basic and advanced linux commands as a beginner, and I need book about it,like name of the command,what it does etc...

What book would you suggest me to look at?

 

Please do not take offence for my apparent confusion or rudeness,it's not intent me to be like that,it's just my BPD,be nice to me,and I'll return twice better,be rude and usually I get easly pissed of...I'll try to help anyone here,as long as it's something I dealt with,and even if you think I'm rude or not polite,forgive me,  it's not me it's my BPD.

Thanks for understanding.

Link to comment
https://linustechtips.com/topic/1164024-e-book-for-linux-commandssuggestions-please/
Share on other sites

Link to post
Share on other sites

3 minutes ago, frozensun said:

name of the command,what it does etc...

man pages are literally this

https://linux.die.net/man/

you can also access them from the terminal:

man <command>

 

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to post
Share on other sites

2 minutes ago, Sauron said:

man pages are literally this

https://linux.die.net/man/

you can also access them from the terminal:


man <command>

 

thx my friend but this is huge..I need to learn basic commands first,any e-book on it?Commands like pwd,ls,mkdir,chdir etc...

 

Please do not take offence for my apparent confusion or rudeness,it's not intent me to be like that,it's just my BPD,be nice to me,and I'll return twice better,be rude and usually I get easly pissed of...I'll try to help anyone here,as long as it's something I dealt with,and even if you think I'm rude or not polite,forgive me,  it's not me it's my BPD.

Thanks for understanding.

Link to post
Share on other sites

2 minutes ago, frozensun said:

thx my friend but this is huge..I need to learn basic commands first,any e-book on it?Commands like pwd,ls,mkdir,chdir etc...

Do you specifically need a book? There's tons of resources that are free.

 

Look at google images for Linux/UNIX cheat sheet

Community Standards || Tech News Posting Guidelines

---======================================================================---

CPU: R5 9600X || GPU: RX 9070 XT|| Memory: 32GB || Cooler: Peerless Assassin || PSU: RM850e|| Case: Lian Li A3

Link to post
Share on other sites

Just now, Slottr said:

Do you specifically need a book? There's tons of resources that are free.

 

Look at google images for Linux/UNIX cheat sheet

yes,a book because I'd like to print it out,it would be easier to print,then images or web pages containing commands.

what is Linux cheat sheet?

 

 

Please do not take offence for my apparent confusion or rudeness,it's not intent me to be like that,it's just my BPD,be nice to me,and I'll return twice better,be rude and usually I get easly pissed of...I'll try to help anyone here,as long as it's something I dealt with,and even if you think I'm rude or not polite,forgive me,  it's not me it's my BPD.

Thanks for understanding.

Link to post
Share on other sites

Just now, frozensun said:

yes,a book because I'd like to print it out,it would be easier to print,then images or web pages containing commands.

what is Linux cheat sheet?

 

I don't see how printing out a book makes this any easier?

 

A cheat sheet is a paper you'd be able to bring into like an exam or be able to easily reference for data you need. So a cheat sheet like this would just have all the commands written on it in one place.

Community Standards || Tech News Posting Guidelines

---======================================================================---

CPU: R5 9600X || GPU: RX 9070 XT|| Memory: 32GB || Cooler: Peerless Assassin || PSU: RM850e|| Case: Lian Li A3

Link to post
Share on other sites

14 minutes ago, frozensun said:

thx my friend but this is huge..I need to learn basic commands first,any e-book on it?Commands like pwd,ls,mkdir,chdir etc...

if you want to print it out then something like this is better than a book https://cheatography.com/davechild/cheat-sheets/linux-command-line/

 

if you want a more guided approach than just an infodump like the man pages then you can take a look at this https://www.guru99.com/introduction-linux.html

(but don't print it)

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to post
Share on other sites

6 minutes ago, Slottr said:

I don't see how printing out a book makes this any easier?

 

A cheat sheet is a paper you'd be able to bring into like an exam or be able to easily reference for data you need. So a cheat sheet like this would just have all the commands written on it in one place.

Yep found some,for Kali linux but just explanation what command does,no examples how to write one...

 

Please do not take offence for my apparent confusion or rudeness,it's not intent me to be like that,it's just my BPD,be nice to me,and I'll return twice better,be rude and usually I get easly pissed of...I'll try to help anyone here,as long as it's something I dealt with,and even if you think I'm rude or not polite,forgive me,  it's not me it's my BPD.

Thanks for understanding.

Link to post
Share on other sites

Not an e-book, another website, but perhaps more suitable for your needs:

 

https://ss64.com/bash/

 

HTH!

 

PS: there's no need to print out these command overview pages. As stated, every Linux distro (at least every recent mainstream one) has the aforementioned ubiquitous man pages that tell you all you need to know about a command. Besides, "cheat sheet" means you'd needed to learn something but you didn't ;)

"You don't need eyes to see, you need vision"

 

(Faithless, 'Reverence' from the 1996 Reverence album)

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×