Just getting started (beyond newbie)


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Just getting started (beyond newbie)
# 1  
Old 08-24-2002
Computer Just getting started (beyond newbie)

Is there a downloadable set of UNIX commands available?

It seems that with OS X installed, I'm going to have to learn this stuff in order to efficiently and effectively manage my system.

Any help will be greatly appreciated.

I'm sure I'll have more technical questions after I have screwed around in the system and thoroughly messed it up.

Thanks,
F.O.G. [Fat Old Geek]
# 2  
Old 08-24-2002
Bug

Code:
some commands:

ls ................. show directory, in alphabetical order
logout ............. logs off system
mkdir .............. make a directory
rmdir .............. remove directory (rm -r to delete folders with files)
rm ................. remove files
cd ................. change current directory
man (command) ...... shows help on a specific command
talk (user) ........ pages user for chat - (user) is a email address
write (user) ....... write a user on the local system (control-c to end)

pico (filename) .... easy to use text editor to edit files
pine ............... easy to use mailer
more (file) ........ views a file, pausing every screenful

sz ................. send a file (to you) using zmodem
rz ................. recieve a file (to the unix system) using zmodem

telnet (host) ...... connect to another Internet site
ftp (host) ......... connects to a FTP site
archie (filename) .. search the Archie database for a file on a FTP site
irc ................ connect to Internet Relay Chat
lynx ............... a textual World Wide Web browset
gopher ............. a Gopher database browser
tin, trn ........... read Usenet newsgroups

passwd ............. change your password
chfn ............... change your "Real Name" as seen on finger
chsh ............... change the shell you log into

grep ............... search for a string in a file
tail ............... show the last few lines of a file
who ................ shows who is logged into the local system
w .................. shows who is logged on and what they're doing
finger (emailaddr).. shows more information about a user
df ................. shows disk space available on the system
du ................. shows how much disk space is being used up by folders
chmod .............. changes permissions on a file
bc ................. a simple calculator

make ............... compiles source code
gcc (file.c) ....... compiles C source into a file named 'a.out'

gzip ............... best compression for UNIX files
zip ................ zip for IBM files
tar ................ combines multiple files into one or vice-versa
lharc, lzh, lha .... un-arc'ers, may not be on your system

dos2unix (file) (new) - strips CR's out of dos text files
unix2dos (file) (new) - adds CR's to unix text files

----------------
oombera: i added code tags for readability

Last edited by oombera; 02-05-2004 at 03:23 PM..
raju
# 3  
Old 08-24-2002
Computer Thanks

Much appreciated. That should give me enough ammo to fire randomly into the root directory for awhile.

OS X is far too stable. I've been using it for over a year, now, and I still haven't been able to crash it. If I can't blow it up by noodling around in Unix, my self-esteem will be ruined.

Happy Saturday,

F.O.G.
# 4  
Old 08-25-2002
Welcome to the world of Unix. Smilie

Are you just using OS X are you trying some of the other Unix OS's out there?
# 5  
Old 08-25-2002
Computer Good Morning

Just OS X for now. If I get proficient enough fooling round in this OS, I might install a Linux system in one of my old machines, just for fun.

For now, though, it will be enough if I can manage my Hard Drive all by myself.

I've been dinking around in computers' innards since my TS-1000 in 1981. This is the first time I haven't had full access privileges to my own system. That's the only bad thing about OS X that I've seen so far. I understand why it has to be like that, but I don't have to accept it.

Happy Sunday,

F.O.G.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

perl newbie . &&..programming newbie

Hi, I am new to programming and also to perl..But i know 'perl' can come to my rescue, But I am stuck at many places and need help..any small help is much appreciated... below is the description of what i intend to acheive with my script. I have a files named in this format... (13 Replies)
Discussion started by: xytiz
13 Replies

2. UNIX for Dummies Questions & Answers

Getting Started

Hello guys and dolls, first post happening here... Wanting to know where to start with Unix. Which Unix option/package is best for an absolute beginner and has a well documented, easy to grasp user guide(s). I have dabbled in some programming (basic PHP) and I have an old desktop pc which I... (6 Replies)
Discussion started by: TheUltimateNoob
6 Replies

3. Shell Programming and Scripting

perl newbie . &&..programming newbie (question 2)

Hello everyone, I am having to do a lot of perl scripting these days and I am learning a lot. I have this problem I want to move files from a folder and all its sub folders to one parent folder, they are all .gz files.. there is folder1\folder2\*.gz and there are about 50 folders... (1 Reply)
Discussion started by: xytiz
1 Replies

4. UNIX for Dummies Questions & Answers

UNIX newbie NEWBIE question!

Hello everyone, Just started UNIX today! In our school we use solaris. I just want to know how do I setup Solaris 10 not the GUI one, the one where you have to type the commands like ECHO, ls, pwd, etc... I have windows xp and I also have vmware. I hope I am not missing anything! :p (4 Replies)
Discussion started by: Hanamachi
4 Replies

5. UNIX for Dummies Questions & Answers

getting started

hi world, I am trying to learn how to program in c, I've gotten a few books and have been reading them, one even came with bloodshed dev-c compiler, it is not working, every time I build the hello world program it always comes back saying " G__~1.EXE: installation problem, cannot exec `cpp': No... (1 Reply)
Discussion started by: jsayres
1 Replies

6. OS X (Apple)

I'm new and I am trying to get started with OS-X

I bought my first Mac a year ago December, and I love it. I have been interested in trying to write my own programs and don't even know where to start. I have never written any software before and was wondering if anyone could give me some recommendations on any books or other good websites that... (2 Replies)
Discussion started by: LittleWoman815
2 Replies

7. UNIX for Dummies Questions & Answers

Help getting started

Dear all, I just found out that my company is thinking of installing a unix server and is considering either sun or ibm. The thing is that i want to learn these two systems before they take a decision and maybe it will be a big career booster. The problem is that i don't know anything about... (7 Replies)
Discussion started by: patslaiby
7 Replies

8. UNIX for Dummies Questions & Answers

newbie wants to get started

HI, I am trying to learn UNIX, taking some online courses at work on UNIX fundamentals. My goal is to take a few classes and then hopefully setup something on a PC at home to practice with some form of UNIX. Anyone have any suggestions on good starting places as far as literature, or... (3 Replies)
Discussion started by: roma33
3 Replies

9. UNIX for Dummies Questions & Answers

How can I get started.

I am new to all this UNIX thing and have a system with the following specs: Pentium 1.7 GHz 128MB RAM 20 GB HDD Windows ME My questions are: Can install and run UNIX in such a system? Do I have to stop using Windows? Is there a safe way to get the necessary software online? ... (5 Replies)
Discussion started by: ayalai
5 Replies

10. Shell Programming and Scripting

Just getting started

Can anyone tell me what the command Banner means or does Gibby9 (4 Replies)
Discussion started by: Gibby9
4 Replies
Login or Register to Ask a Question