=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2009.10.21 10:28:58 =~=~=~=~=~=~=~=~=~=~=~= login as: cg3fzz@=   cg3fzz@icogsci1.ucsd.edu's password: Last login: Wed Oct 21 10:22:14 2009 from 128.54.5.8 ==================== /var/account/announcements ====================== Authorized use of this system is limited to password-authenticated usernames which are issued to individuals and are for the sole use of the person to whom they are issued. Privacy notice: be aware that computer files, electronic mail and accounts are not private in an absolute sense. For a statement of "ACS Acceptable Use Policies" (last modified on September 2006) type 'help policy' or via the Web go to http://acs.ucsd.edu/lib/aup.php. ======================================================================== ???????????????????????????????????????????????????????????????????????? N E E D H E L P ? 1) Try the keyword-based on-line help systems: a) Use the "Search ACS" button on the ACS home page (http://acs.ucsd.edu) for general assistance. b) For Unix specific info try "man ". 2) Ask a Student Assistant (a.k.a. "Zebras"): a) Enter "human" as the search keyword on the ACS home page for in-person times/places, or b) Send e-mail to "zebras@ucsd.edu". --More--(79%)[Press space to continue, 'q' to quit.] Account information for user: cg3fzz Remaining allocation for cg3fzz was 50.00 units as of Wed Sep 24 06:55:09 2008 ============================================================= For details about account balance, please type: help balance ============================================================= -bash-3.2$ -bash-3.2$ -bash-3.2$ -bash-3.2$ -bash-3.2$ ls'= file1.txt file2.txt -bash-3.2$ -bash-3.2$ -bash-3.2$ -bash-3.2$ pwd /home/linux/cogsci/cg3f/cg3fzz -bash-3.2$ date Wed Oct 21 10:30:28 PDT 2009 -bash-3.2$ mkdir public_html -bash-3.2$ craeate directory public_html -bash: create: command not found -bash-3.2$ clear -bash-3.2$ pwd /home/linux/cogsci/cg3f/cg3fzz -bash-3.2$ ls file1.txt file2.txt public_html -bash-3.2$ ls -l total 4 -rw-r--r-- 1 cg3fzz cg3f 38 Oct 21 10:23 file1.txt -rw-r--r-- 1 cg3fzz cg3f 61 Oct 21 10:23 file2.txt drwxr-sr-x 2 cg3fzz cg3f 4096 Oct 21 10:31 public_html -bash-3.2$ -bash-3.2$ -bash-3.2$ -bash-3.2$ -bash-3.2$ chmod o+x file.txt chmod: cannot access `file.txt': No such file or directory -bash-3.2$ chmod o0o+x file1.txt -bash-3.2$ ls -l total 4 -rw-r--r-x 1 cg3fzz cg3f 38 Oct 21 10:23 file1.txt -rw-r--r-- 1 cg3fzz cg3f 61 Oct 21 10:23 file2.txt drwxr-sr-x 2 cg3fzz cg3f 4096 Oct 21 10:31 public_html -bash-3.2$ chmod o-xr file1.txt -bash-3.2$ ls -l total 4 -rw-r----x 1 cg3fzz cg3f 38 Oct 21 10:23 file1.txt -rw-r--r-- 1 cg3fzz cg3f 61 Oct 21 10:23 file2.txt drwxr-sr-x 2 cg3fzz cg3f 4096 Oct 21 10:31 public_html -bash-3.2$ exit logout