Difference between revisions of "Talk:COMP 3000 Lab 1 2012"

From Soma-notes
Jump to navigation Jump to search
(blabadsl;fja;asdfasdfzsdfa)
 
Line 1: Line 1:
== Useless POI ==
Most useless piece of information I've ever received from a unix command:
Most useless piece of information I've ever received from a unix command:


Line 9: Line 11:


-windowpane
-windowpane
Lambda servers run Ubuntu. Ubuntu represents symlinks as as <file> -> <file>
  cd@t400s:~$ ls /bin/pwd -l
  -rwxr-xr-x 1 root root 31200 2011-02-23 09:24 /bin/pwd
/bin/pwd is not a symlink.
- [[User:Cdelahou|Christian]]

Latest revision as of 14:06, 24 September 2012

Useless POI

Most useless piece of information I've ever received from a unix command:

 spratt@lambda03:~$ type `which pwd`
 /bin/pwd is /bin/pwd

- sdp

Not true, it could be a symbolic link in some cases.

-windowpane

Lambda servers run Ubuntu. Ubuntu represents symlinks as as <file> -> <file>

 cd@t400s:~$ ls /bin/pwd -l
 -rwxr-xr-x 1 root root 31200 2011-02-23 09:24 /bin/pwd

/bin/pwd is not a symlink.

- Christian