Dealing with broken things always tends to further my knowledge. Recently I discovered the following tips and tricks:
ls -d */ = Lists directories in the current directory.
disown = Disconnects a process fomr the bash session ready for logout if you have not already redirected the output.
nohup = Starts a process backgrounded and writing to nohup.out.
mkdir -p = Makes a directory and makes the parent directories if missing.
Showing posts with label bsd. Show all posts
Showing posts with label bsd. Show all posts
Wednesday, 9 July 2008
Rsync documentation bug
It seems developers still haven't got the hang of documentation ;)
Rsync is supposed to support the --password-file option and and env variable and for about a day I just assumed it was broken. It is not is seems the above options are only for use with rsyncd and not sshd forcing the user to use keys if they need to script rsync connections via ssh.
Rsync is supposed to support the --password-file option and and env variable and for about a day I just assumed it was broken. It is not is seems the above options are only for use with rsyncd and not sshd forcing the user to use keys if they need to script rsync connections via ssh.
Subscribe to:
Posts (Atom)
