VirtualTech
Understanding files and folders
›
Linux is made with one thought in mind: Everything is a file. A blank piece of paper is called a file in the world of computers. You ca...
1 comment:
xargs command
›
xargs is one of those commands. It takes the standard input and uses it to build a command line. it's very handy in some situations. ...
Difference between atime ctime and mtime
›
atime is when the file was last read “ls -la –time=atime” ctime is the inode change time “ls -la –time=ctime” mtime is the file modificat...
TCP Hand Shake
›
To establish a connection, TCP uses a 3-way handshake. The “three-way handshake” happens thus. The originator sends an initial packet c...
How to see on other users keystrokes ?
›
This will show you every keystrike which user does, and all answers which he recieves on terminal, INCLUDING PASSWORDS ps aux | grep pts...
›
Home
View web version