Please Scroll Down to See Forums Below
napsgear
genezapharmateuticals
domestic-supply
puritysourcelabs
UGL OZ
UGFREAK
napsgeargenezapharmateuticals domestic-supplypuritysourcelabsUGL OZUGFREAK

Puppies is cuddly

how's ya like them puppies

  • hell yeah! arrested for it twice!

    Votes: 0 0.0%
  • yes, I like them very much

    Votes: 5 50.0%
  • cuddly? yes, but the constant shitting and need for food gets tiresome. esp when it is the puppy and

    Votes: 4 40.0%
  • nope, hate them fuckers.

    Votes: 0 0.0%

  • Total voters
    10
this baby chick comes with basic unix commands... heehee. how helpful!

chick.gif


who
"who" - those currently using the system
users
"users" - account names of people using the system
id
"id" - tells you what group(s) you are in.
whoami
whoami (no spaces) - this commands lists the account name associated with the current login

who am i
who am i (with spaces) host name and domain name (name of computer and internet address of computer), account name, communication line, and date

date
gives current date
showrev
tells you the version of UNIX you are using
echo $SHELL (remember UNIX is case sensitive)
tells you what shell (type of UNIX) you are using
ls -l
a "long listing" for files - also shows permissions
ls
list files (-s for size in K, -a for all files, -F for file types, -m gives a comma separated list, ls -l gives a full listing, and shows permissions)
env
To view your environment - the user environment is a collection of specially named variables that have specific values
rm
to delete a file:
syntax: rm name_of_file

cd
to move into a directory:
syntax: cd name_of_directory

mkdir
to make a new directory:
syntax: mkdir name_of_new_directory

cd ..
to move back a directory level:
syntax: cd ..
After you have done the above command, check to see where you are by entering pwd

mv
to rename a file:
syntax: mv old_filename new_filename

pwd
pwd tells you where you are. It tells you the names of all the directories above you.

cp
to copy a file into the next directory:
syntax: cp name_of_file name_of_directory
 
the pipe is very nice - but I think tab completion and the coman history are the ones that most people really take for granted.

and I still fucking maintain that a "chick" IS a fucking baby chicken already, so a "baby chick" is fucking impossible.
dumbass
 
HappyScrappy said:
the pipe is very nice - but I think tab completion and the coman history are the ones that most people really take for granted.

and I still fucking maintain that a "chick" IS a fucking baby chicken already, so a "baby chick" is fucking impossible.
dumbass

I would tend to agree. However, if one really wanted to argue it, he could say that within the baby stage, there are different levels of maturation. Therefore, a chick could be in the "baby" stage of being a chick, and therefore, be a baby chick.
 
THeMaCHinE said:


I would tend to agree. However, if one really wanted to argue it, he could say that within the baby stage, there are different levels of maturation. Therefore, a chick could be in the "baby" stage of being a chick, and therefore, be a baby chick.

Not so sure of yourself and convictions now eh?
 
no - I still maintain that a chick and a peep are the same thing - just baby chickens.
to say a baby chick is redundant.
just like the department of redundancy department.
or saying soft and flaccid.
that last one really pisses me off - those are the same thing. you could say "small" and flaccid, that works, but not soft and flaccid. that is just stupid.
fucking fuckers.
 
Entry Word: flaccid
Function: adjective
Text: Synonyms LIMP 1, flabby, flimsy, floppy, sleazy
Related Word emasculated, enervated, unnerved; debilitated, enfeebled, sapped, weakened
Contrasted Words elastic, flexible, springy, supple; limber, lithe; energetic, lusty, nervous, vigorous
Antonyms resilient


Nope, no "soft" in there...
 
Top Bottom