find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'
mac os下显示目录树型结构
2条回复
find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'
sudo update-rc.d minidlna defaults
This should add the service to the automatic startup system. But if you get:
System start/stop links for /etc/init.d/minidlna already exist.
Do the command
sudo update-rc.d minidlna enable
P.S.: For further detail look at the man page for update-rc.d by typing the command man update-rc.d
Hello world!