| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 6 months |
| seen | Mar 9 '12 at 11:41 | |
| stats | profile views | 45 |
|
May 1 |
awarded | Good Answer |
|
Apr 6 |
awarded | Good Answer |
|
Nov 17 |
awarded | Yearling |
|
Feb 1 |
answered | Why do we need a firewall if no programs are running on your ports? |
|
Jan 26 |
comment |
How can I list all user names on Solaris 10? @jlliagre - Very true. I took from the OP that getent had already been tried. Additionally my interpretation of the phrase "created on solaris 10" lead me to believe that the user was local, which may be incorrect. |
|
Jan 26 |
answered | How can I list all user names on Solaris 10? |
|
Jan 12 |
awarded | Enlightened |
|
Jan 12 |
awarded | Nice Answer |
|
Dec 19 |
comment |
Error with if [ -n $diffCurr ]: Too many arguments @jiewmeng - 2 and 1 are file descriptors; 1 is standard out and 2 is standard error. The '>' character is for redirection. This is a fairly thorough explanation [tldp.org/LDP/abs/html/io-redirection.html]. I also came to add that, if you are interested in the output of the diff command, you could also continue to use the variable assignment and modify your if expression to be [ $? ]. This is functionally equivalent to jw013's suggestion but maintains the variable storage. |
|
Dec 5 |
comment |
How to connect two computers via internet with ssh? Khajavi - Why does the target computer not have a valid IP address? By which I mean, is it not physically connected to a network, is its IP address in a non-routable subnet, etc? |
|
Nov 30 |
comment |
Logged on via ssh-key, can I reset my account password? @nhoening - Ah yes, well that will be tricky. I had forgotten that you do not have your current password. It may still be possible to leverage sudo if the configuration allows passwordless use of the passwd command, although this is unlikely to be the case. |
|
Nov 30 |
answered | Logged on via ssh-key, can I reset my account password? |
|
Nov 29 |
answered | Can't dualboot Fedora |
|
Nov 17 |
awarded | Yearling |
|
Jun 15 |
answered | In UNIX, how to find the most commonly used commands in history of unix? |
|
Jun 9 |
answered | find not recursive when file at top |
|
May 18 |
answered | How to partition my hard-drive to be used for dual OS? |
|
May 17 |
revised |
File system for an SSD drive added 4 characters in body |
|
May 17 |
revised |
File system for an SSD drive added 315 characters in body |
|
May 17 |
comment |
File system for an SSD drive @Elazar Leibovich - 'noatime' implies 'nodirtime'. If your question was in regards to the value of the latter over the former then certainly exempting directories from atime is better than nothing, but obviously the benefit will be less when compared to the former. |