Wednesday, January 3, 2018
Linux command that you don't know first
1. Linux command to print directory structure in the form of a tree
ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/'
2. Change folder ownership
chmod -R 777 directory_name
3. Make it runnable
sudo chmod +x filename.bin
4. Renew IP address
sudo dhclient -r
Subscribe to:
Post Comments (Atom)
free online comma separating tool
https://delim.co/#
-
In my current company, I'm using Visual Paradigm for my documentation task. If you go there site, you can either download community and ...
-
I spend many days to figure it out my problem in Vagrant. After I posted my question in stackoverflow, nobody is helping me instead they dow...
-
One of the functionality in our system is can able to generate a report using Jasper report. We have a Jasper server setup in another ip ad...
No comments:
Post a Comment