 |
 |
Im scared of Terminal!!!!! im 16 years old, and i would like to learn to use it, but.
|
 |
|
 |
|
Forum Regular
Join Date: May 2004
Status:
Offline
|
|
but the thing is that i have no idea where to start, and i do not wish to ruin my computer while trying to get it to work...
|
|
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Nov 1999
Location: 888500128, C3, 2nd soft.
Status:
Offline
|
|
|
|
|
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Nov 2002
Location: aurora
Status:
Offline
|
|
Unix looks intimidating with its command line interface but once I started to explore it feels like another hand to manage and install applications and files. In other words, another way to do things.
You should check out http://www.peachpit.com for books on Unix or Mac OS X. They typically sell these books in Barnes n Nobles or Borders.
If you don't have access to that much money check out the Unix forums here
Make sure not to get over your head and install the developer tools and X11. Although they are useful you'll want a basic knowledge before you deal with the more advanced stuff.
Here are the regular things I do in UNIX:
pico - a text editor to write my journal entries and defintions for class
ls - list files in the home directory
cd - change directories
man - look up manuals for different commands
top - find out what im running in the background and how much space it is taking up
Check out Apple's Help in the Terminal for more information.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Mar 2001
Status:
Offline
|
|
|
|
|
|
| |
|
|
|
 |
|
 |
|
Posting Junkie
Join Date: Dec 2000
Status:
Offline
|
|
I'd say if you want to avoid doing damage, be sure to never type an rm -r command that has a slash in it. If you want to do this:
rm -r /path/to/folder
do this instead:
cd /path/to
rm -r folder
Nothing sucks more than accidentally deleting your entire hard drive because you hit Return too early.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Aug 2002
Status:
Offline
|
|
|
|
|
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status:
Offline
|
|
If I were worried about hosing my system, I'd just make an unprivileged user and play around with that. That way there's no danger of deleting anything you care about (unless you've made all your important files world-writable).
Then, of course, you can delete the user and go back to your normal one after you're comfortable in the shell.
|
|
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Nov 2000
Location: Tasmania, Australia
Status:
Offline
|
|
Originally posted by ApeInTheShell:
ls - list files in the home directory
oops...
ls - list files in the current working directory, or a specified directory
Eg,
cd /Applications
ls
or
ls /Applications
pwd - print (ie, display) working directory (ie, current directory)
man - manual pages (ie, unix help files) - eg, "man man" to find out about the man command.
|
|
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Dec 2001
Location: Land of Enchantment
Status:
Offline
|
|
Google 'unix tutorial' or linux tutorial'. There's plenty of excellent free stuff.
|
|
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: Jun 2001
Status:
Offline
|
|
You don't need write permission on the file to delete it, you need write permission on the directory containing the file to delete it.
|
|
|
| |
|
|
|
 |
|
 |
|
Grizzled Veteran
Join Date: Sep 2000
Location: .au
Status:
Offline
|
|
Originally posted by Chuckit:
If I were worried about hosing my system, I'd just make an unprivileged user and play around with that. That way there's no danger of deleting anything you care about (unless you've made all your important files world-writable).
Then, of course, you can delete the user and go back to your normal one after you're comfortable in the shell.
this is excellent advice! Go to the Accounts preference pane in System Preferences, and click on the little plus down the bottom. Make sure the user is NOT an administrator. It seriously limits the amount of damage you can do to your machine.
There are some good links posted here, but here's another:
http://www.macdevcenter.com/pub/ct/51
Have fun, and if you've got any questions just come back and post here.
-- james
|
|
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Nov 1999
Status:
Offline
|
|
Originally posted by bma_mat99:
but the thing is that i have no idea where to start, and i do not wish to ruin my computer while trying to get it to work...
Create a new user for yourself - don't make it Administrator-class- and start playing around with the Terminal from there. There's a fair amount of neat stuff you won't be able to do from a non-Admin account, but you can move on to that once you've mastered the basics in an environment where you can't cause significant harm.
|
|
You are in Soviet Russia. It is dark. Grue is likely to be eaten by YOU!
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|