Anonymous
Not logged in
Talk
Contributions
Create account
Log in
Publication Station
Search
Editing
Text Images
(section)
From Publication Station
Namespaces
Page
Discussion
More
More
Page actions
Read
Edit
History
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===UNIX=== * it was '''time-sharing''' system, allowing for mutiples users to login to the machine <code>ssh username@machineIP</code> * included the '''shell:''' a program which performs command line interpretation ** <code>whoaim</code> ** <code>pwd</code> '''p'''rint '''w'''orking '''d'''irectory - where am I? ** <code>date</code> ** <code>users</code> print the user names of users currently logged in to the current host ** <code>history</code> commands' history * tree-structured file system ** <code>tree ~/</code> list contents of home (~ == /home/username ) in a tree-like format ** <code>ls ~</code> list files and directories in your user home ( ~ == /home/username ) ** <code>ls .</code> list files and directories in current directory ( . == current dir ) ** <code>ls ../</code> list files and directories in parent directory ( . == current dir ) ** <code>ls foo/</code> list files and directories in child foo/ directory ** <code>ls /</code> list files and directories in root ( / == root ) * every thing is a file ** <code>ls -R / > /dev/dsp </code> file-system as sound Others emerged from the development and use of the system and crystallized into the ''Unix Philosophy'': * '''Write programs that do one thing and one thing well''' ** <code>ls</code> lists files in a directory ** <code>cat</code> outputs content of file ** <code>wc</code> counts number of words in file * '''Write programs that work together''' ** <code>echo "hello UNIX world" | sed 's/o/0/g' | sed 's/e/3/g' | sed 's/l/1/g' | figlet</code> * '''Write programs that handle text streams, because that is a universal interface''' ** <code>man -a intro | espeak</code> Linux introduction to user commands.
Summary:
Please note that all contributions to Publication Station are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
Publication Station:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation
Main navigation
Main page
Printmaking Studio
Print Studio
Dig. Publishing Studio
Namespaces
Grafiwiki
Random Page
Log in
Wiki tools
Wiki tools
Page tools
Page tools
User page tools
More
What links here
Related changes
Page information
Page logs