After four highly appreciated and such a successful series of Articles on “Lesser Known Linux Commands” we are here presenting you the last article on this series, obviously not the least. The previous articles are:
- 11 Lesser Known Useful Linux Commands – Part I
- 10 Lesser Known Linux Commands – Part II
- 10 Lesser Known Commands for Linux – Part III
- 10 Lesser Known Effective Linux Commands – Part IV
42. lsb_release
The command ‘lsb_release‘ print distribution-specific information. If lsb_release is not installed, you can apt ‘lsb-core‘ on Debian or yum ‘redhat-lsb‘ on Red Hat the package.
Note: Option ‘-a‘, shows all the available information in respect of version, id, description, release and codename.
43. nc -zv localhost 80
Check if port 80 is open or not. We can replace ‘80‘ with any other port number to check if it is opened or closed.
Check if port 8080 is open or not.
44. curl ipinfo.io
The below command will output the ‘Geographical Location‘ of the IP address, provided.
45. find . -user root
The below command output the files with respect of the user (root) owned files. All the files owned by user ‘root’ in the current directory.
All the files owned by user ‘avi‘ in the current directory.
46. sudo apt-get build-dep ffmpeg
The below command will build the dependency, automatically during the corresponding package installation. Hence the process of package installation is very much fluent and easy.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
► Read more: http://adf.ly/1nBUyI
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
No comments:
Post a Comment