Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

reaper

macrumors 6502
Original poster
Apr 9, 2004
267
0
19th Hole
Okay, so I have had my first mac now for almost a year and I think I've opened Terminal a total of 3 times, and two of those were by accident. :eek: Mostly I have avoided it because of fear (I am a Windows convert who has never used linux or unix before).

However, reading these forums has given me some new insight into the situation (and the wonderful things that are possible through the Terminnal) and I want to start understanding the nature of this beast a little more. So, I was wondering if anyone had some good recommendations for some books, web-pages, etc. that would be a good primer (and beyond) for learning linux/unix?

Also, if there is anything that is just basic knowledge that I should have (and that you would be willing to impart to a complete noob), I would appreciate that too. I can't wait to start exploring the underpinnings of the os, I just have to get over my fear first! :D

Thanks.

- reaper
 
reaper said:
Also, if there is anything that is just basic knowledge that I should have (and that you would be willing to impart to a complete noob), I would appreciate that too.

top -- displays all active processes
df -h -- show avaliable disk space
uptime -- how long you computer has been on
rm -- remove files
ssh [username]@[ip address] -- connect to a remote computer
sudo -- enable root access (WARNING - becareful what you type after sudo)
ls -- display folders or files in a given directory (ex. "ls desktop" will show you all files on the desktop
ftp -- connect to a ftp server

those are pretty common commands, try asking HexMonkey about this. He knows alot about unix commands.
 
musicpyrite said:
uptime -- how long you computer has been on

Quick question. Just tried the uptime command and it said that there were 2 users, but I am the only person that uses this computer. Is that normal?

Also, I tried the command "users" hoping that would work (and it did!), and it just lists my user name. Dunno what's up.

- reaper
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.