Useful day-to-day linux commands to know
Make directory recursive (that is create all subdirectories if they are missing) $> mkdir -p /opt/mediagateway/var/lib/gateway/settings/ Find filename that matches string $> sudo find / -name admin_* In this case it will search all...
Recent Comments