| bio | website | |
|---|---|---|
| location | New Mexico | |
| age | ||
| visits | member for | 2 years, 11 months |
| seen | May 1 at 22:29 | |
| stats | profile views | 16 |
|
Jul 3 |
awarded | Yearling |
|
May 19 |
comment |
why do we need execution permission to change a directory in Unix +1 great answer |
|
May 3 |
comment |
How do I find circular symbolic links? HPUX does not have readlink except as a system call in C. Unless the system has added gnu utils depots |
|
May 3 |
answered | How do I find circular symbolic links? |
|
Apr 15 |
answered | passwordless ssh |
|
Apr 5 |
answered | Search with “grep” for folder names |
|
Sep 29 |
answered | Quantifying responsiveness in solaris machine |
|
Sep 21 |
answered | Securing FTP Access On Solaris 10 |
|
Sep 20 |
answered | From the Solaris command line can you tell if a network cable is physically attached? |
|
Aug 10 |
comment |
“who -m” does not work who is probably an alias, which may be why who -m misbehaves. alias who will show you if it is an alias. |
|
Aug 2 |
answered | Standard way to duplicate a file's permissions |
|
Aug 2 |
comment |
Standard way to duplicate a file's permissions stat (command line) is not POSIX, and is not portable. Dennis++ |
|
Jul 20 |
comment |
Unix and Linux differences? @MarkM-- SUS!=UNIX unless you decide to define SUS==UNIX. Which is okay. System 7 was UNIX, but it would not pass SUS... there are still System 7 boxes in existence. I started with system 7 a long time ago.... So, my definition does not match yours. |
|
Jul 19 |
comment |
Unix and Linux differences? UNIX is not one thing, it is system V, BSD, etc. There isn't a source for what you want, probably because it is not a very good qustion. Read Stevens 'Advanced Programming in the UNIX Environment' and you will see what I mean. Linux is UNIX. |
|
Jul 12 |
comment |
How to tar.gz recursively, but miss out certain folders Maybe: tar -zcf files.tgz files/pic/gal1 --exclude="files/pics/*/full" to match OP's requirement |
|
Jul 9 |
comment |
How to list imported symbols in ELF executable? I thought objdump -T worked mainly on shared libraries... |
|
Jul 3 |
awarded | Supporter |
|
Jul 2 |
awarded | Nice Answer |
|
Jul 2 |
awarded | Teacher |
|
Jun 28 |
answered | Remove a file named “.” |