Ask your own question, for FREE!
Computer Science 8 Online
OpenStudy (anonymous):

What is debian?

OpenStudy (anonymous):

I know C, yet I do not know Unix/Linux :(

OpenStudy (anonymous):

also, I don't know how to build from the command line, or how to use emacs, or what make/makefile is. Also, I think cat is a feline mammal.

OpenStudy (anonymous):

In addition, I think ssh is a misspelling of 'shh!'

OpenStudy (rsmith6559):

Debian is an operating system that uses the Linux kernel. Note that Linux is a kernel only. The different "Linux" systems are different OSes that use the Linux kernel. ssh ( SecureSHell ) is a command to login to a machine over the network securely. cat ( ConcAtenaTe ), if given multiple files will concatenate them together and normally write them to stdout. With a single file, it will write it to stdout. Cool for short files, long ones just fly by. A paging command like more is usually more useful for reading long files. GCC has SO many options, that typing them all the time ain't fun. Makefiles hold commands for building, installing, cleaning your build directory. make builds your programs with the options in the Makefile[s]. EMACS at it's basic level is a plain text editor. It can also be used as an IDE. The friend who introduced me to Unix loved EMACS. I got a job where the machines didn't have it, and I defected to using vi for editing.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!