Skip to content
Youngho Chaa cha cha
TwitterHomepage

bash commands

bash1 min read

# list all open files on the system that are using the port 5000
lsof -i :5000
# kill the process with PID 546
kill 546
# print all environment variables
printenv
# list files in a single column
ls -1 ~/.ssh
© 2024 by Youngho Chaa cha cha. All rights reserved.
Theme by LekoArts