Advertisement
evilqubit

useful linux cmd

Apr 16th, 2013
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. uptime // time the server running .
  2. uname -a // kernel name
  3. ls -ld //owner of the dir
  4. httpd -s // compile the apache
  5. whoami // know the user
  6. groups // know the groups
  7. open // open the file or dir
  8. Tail //Delivers the last part of the file.
  9. readlink // reverse ln
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement