Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Gilles earned this badge 223 times |
jan 21 '12 at 19:32
How does /usr/bin/env know which program to use?
jan 20 '12 at 14:01
Is it possible to run ssh-copy-id on port other than 22?
jan 7 '12 at 21:20
How can same fd in different processes point to the same file?
jan 7 '12 at 21:15
tar cvf or tar -cvf ?
dec 30 '11 at 16:21
How can I “relink” a lot of broken symlinks?
dec 26 '11 at 19:18
How to move 100 files from a folder containing thousands?
dec 19 '11 at 18:37
How to install some packages from “unstable” Debian on a computer running “stable” Debian?
dec 18 '11 at 2:01
Who's got the other end of this unix socketpair?
dec 17 '11 at 6:33
Force directory to always be in cache
dec 13 '11 at 22:51
Is it possible to configure Bash so that STDERR can be a different color than STDOUT?
dec 5 '11 at 10:48
How to know the “level” of shells I am in?
dec 2 '11 at 10:57
Awesome symbols and characters in a bash prompt
nov 29 '11 at 3:07
Why does 'for anytext; do' loop four times?
nov 21 '11 at 23:23
How do I close a terminal without saving the history?
nov 18 '11 at 14:45
How does this sed comand work?
nov 15 '11 at 11:34
bash functions vs scripts
nov 15 '11 at 8:29
Tips for putting ~ under source control
nov 15 '11 at 2:47
How do I tell I'm running in a chroot?
nov 14 '11 at 3:19
Why is `--human-readable` needed and not default?
nov 8 '11 at 20:55
Are two files hardlinked?
nov 8 '11 at 20:20
What mount points exist on a typical Linux system?
nov 8 '11 at 9:55
Avoiding “BASH-isms” in shell scripts
nov 4 '11 at 8:01
Why use swap when there is more than enough RAM
oct 19 '11 at 18:06
Object-oriented shell for *nix
oct 1 '11 at 5:02
What features are in zsh and missing from bash, or vice versa?
sep 29 '11 at 1:45
Execute bash scripts on entering a directory
sep 28 '11 at 21:05
In bash is if [ -z “$1” ] and if [ “$1” = “” ] the same?
sep 24 '11 at 3:30
Display stuff below the prompt at a shell prompt?
sep 7 '11 at 15:46
How to grep standard error stream (stderr)?
aug 30 '11 at 17:08
Why is 'umount' not spelled 'unmount'?
aug 30 '11 at 5:12
What do the device files in /dev actually do?
aug 27 '11 at 19:10
vim: Can I make *only* y perform a copy?
aug 22 '11 at 7:38
why would typing Ctrl+c twice stop a running process in Linux?
aug 18 '11 at 9:15
What's the point in adding a new line to the end of a file?
aug 15 '11 at 11:25
Rsync filter: copying one pattern only
aug 12 '11 at 5:52
Why does `ESC` move the cursor back in vim?
aug 8 '11 at 11:19
Is there an alternative to CUPS?
aug 6 '11 at 0:50
What is the purpose of the lost+found folder in Linux and Unix?
jul 29 '11 at 16:03
How to safely pass variables to root-enabled scripts?
jul 28 '11 at 12:47
How to have tail -f show colored output
jul 28 '11 at 7:17
Is it possible to compile a full Linux system with Intel's compiler instead of GCC?
jul 21 '11 at 5:24
Shell and applications
jul 14 '11 at 8:07
Determine which process is creating a file
jul 13 '11 at 9:58
Is it safe to give out my SSH public key for work?
jul 11 '11 at 0:26
General specification for command line interface
jul 11 '11 at 0:01
unix, difference between path starting with '/' and '//'
jul 7 '11 at 2:49
rebuild auto-complete index (or whatever it's called)
jul 4 '11 at 3:26
Bash: assign ls | grep to a variable and echo it with a string
jun 27 '11 at 9:26
Why doesn't cp have a progress bar like wget?
jun 25 '11 at 15:45
How do I test to see if an application exists in $PATH?
jun 25 '11 at 15:40
What causes various signals to be sent?
jun 14 '11 at 20:12
What's the difference between fork() and vfork()?
jun 13 '11 at 15:17
Duplicate entries in $PATH a problem?
jun 10 '11 at 22:13
Allow setuid on shell scripts
jun 5 '11 at 18:57
How does Linux manage fonts?
jun 4 '11 at 15:51
Are there any GUI's for Linux that doesn't use X11?
may 12 '11 at 12:16
What specific vulnerabilities am I creating by disabling the sudo password?