Talk:COMP 3000 Lab 1 2012: Difference between revisions
added useless information note |
blabadsl;fja;asdfasdfzsdfa |
||
(One intermediate revision by one other user not shown) | |||
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 5: | Line 7: | ||
- [[User:Sdp|sdp]] | - [[User:Sdp|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. | |||
- [[User:Cdelahou|Christian]] |
Latest revision as of 18: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.