Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged linux



« Prev 1 Next »
Put this line in your .bashrc. If the user has a directory named 'bin' then that will be added to the PATH. All scripts in that path (wich are executable) will be available as commands to that user.
0 930 posted 14 years ago by berkes
1 660 posted 15 years ago by Zver
The “2>&1″ bit tells to pipe the standard error to the standard output. Otherwise the standard error may not be outputted by the system and you won’t have a way to troubleshoot your script.
2 756 posted 15 years ago by jdstraughan
« Prev 1 Next »