Unix
Sunday, March 16, 2025
Localhost
if ping localhost or 127.0.0.1 and getting response then that system is using IP4
if ::1 and getting response then that system is using IPV6
Thursday, March 13, 2025
Grep commands
To find a file name in a directory & Subdirectory find . -type f | grep -i "part_of_filename" lsof -i -P | grep 8010 ( to find a Port Number PID )
Newer Posts
Home
Subscribe to:
Posts (Atom)
Sudo Command Details
sudo -l -U a762311 Output : User a762311 may run the following commands on MACLB390804