Skip to content

Instantly share code, notes, and snippets.

@bbuyukkahraman
Created March 4, 2022 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbuyukkahraman/6276cab131c1c1ac9dbe3d6b075e9dc7 to your computer and use it in GitHub Desktop.
Save bbuyukkahraman/6276cab131c1c1ac9dbe3d6b075e9dc7 to your computer and use it in GitHub Desktop.
Linux Usage
//Linux
$ docker run -it --rm ubuntu
$ env
$ ps aux
$ ls -l /
$ uname -a
$ apt list
$ date
$ which date
$ ls -lrt /
$ ls /bin
$ tree
$ ls -l /proc/
$ kill 1
$ alias
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment