and how is that safer then what i had? it might be a good idea to explain what this means :)
i'm not sure why did you decided that i'm operating on list of files, which i'm not, i'm just simply passing all parameters from calling this...
#!/bin/sh # $Id$ # # sv() { for i in `echo $*`; do `echo $i | tr [a-z] [A-Z]`="`which $WFU $i ; if [ $? != 0 ]; then exit 1 ;...
hi i'm writing shell script and i'm at the point where i need getopts help how can i use getopts and have multiple arguments (some of them is...
Hi, I need to be able to boot of my USB memory stick with Linux OS on it. I can't figure out how to do it though. i did compile kernel...
thank you :)
didn't work for me for some reason before but not it did :)
then what does "test" here means?
i logged in as root
# if [ -d != ~/.ssh/ ] ; then echo mkdir ~/.ssh/ ; fi mkdir /root/.ssh/ # ls -ld ~/.ssh/ drwxr-xr-x 2 root root 4096 Jan 5 12:19 /root/.ssh/...
Separate names with a comma.