Here we’re going to talk all about Permissions (CHOWN) in Unix? When it comes to access for reading,writing or executing files in unix we need to play around with the permissions! So today we are going to talk all about ownership and permissions (chown). Ownership and Permissions are important thing
Tag Archives: linux
Here we’re going to talk all about Permissions (CHMOD) in Unix? When it comes to reading,writing or executing files in unix we need to play around with the permissions! So today we are going to talk all about permissions (chmod). Permissions are important thing in unix, when it comes to
Writing your first shell script to print “Helloworld”? Writing your first shell script will be the baby step for learning shell programming. Any programming language or script it be, start it with “Hello world”. Why start with Hello world? Writing your first program to print “Hello world”, will allow you
How to check disk usage in unix? Here is how you can check disk usage in unix via terminal. Disk usage is a critical thing in servers, Certain times the web service or server acts weird and it could be disk space being full. In order to check the disk
How to check port used by any process in unix? Here is how you can check port used by any process in unix terminal. While developing any webservice or web server you might end up using existing port number and will face issue while starting the server Before such thing