


#Kali linux how to use golismero.py update
Watch tail -n 15 access.log - display last 15 lines of log file and update output every 2 seconds. Tail -f access.log | grep 127.0.0.1 - display and track changes for specific value (in this example IP 127.0.0.1) in access log file. Tail -n 15 -f access.log - display and track changes for last 15 lines of log file. Tails -f - keep showing last 10 lines of file as it grows. Head - display the first 10 lines of file.

Ln -s python_script.py /usr/bin/command - creating user command that will execute python script and will be recognized globally by the system.Ĭat > file - create file, you can write something to save in that file and to save hit Ctrl+D. Ls -l -h - translate file sizes to more human-friendly notation. Ls -F - show indicators after each entry, slash if for folder, asterisk is executable file, at sign is for alias. Lsb_release -a - distribution information, -r -release number, -c -codename. Which - show which app will be run by default. b -binaries, -m -manual section, -s -source Whereis - show possible locations of app. h more human friendly values.ĭu -hsx * | sort -rh | head -10 - show directories, in human readable form, sort from biggest to lowest, summarize folder sizes and show top 10 positions. I will update this from time to time, so worth to get back here in the future.įinger - display information about user.ĭf - show disk usage. If you would like to learn more about any Linux commands and their parameters, then you should check online man pages. Nevermind! I will try herder next month (I do not promise lol). Like I did for Useful PowerShell Commands.
#Kali linux how to use golismero.py pro
Using ls -l command with basic parameter is cool for directory listing, but it can do a lot more!Īll pro hackers and regular visitors of this blog know, that this is another quick article, prepared in a rush, at the end of the month, just to have at least one entry on October :( I am trying guys, I know I suck! This website is also my personal knowledge base, so sooner or later I would publish all my handy Linux commands in one place anyway. In this article I will show you basic commands with their extended usage and how I am using them. They are useful to start journey with Linux terminal. There is a lot of infographics about basic Linux commands.
