Advertisement
Guest User

Untitled

a guest
Mar 7th, 2016
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.92 KB | None | 0 0
  1. rahul@ubuntu:/# df -T
  2. Filesystem     Type     1K-blocks    Used Available Use% Mounted on
  3. udev           devtmpfs   4069692       0   4069692   0% /dev
  4. tmpfs          tmpfs       817552   33924    783628   5% /run
  5. /dev/vda1      ext4      81399452 4942508  76440560   7% /
  6. tmpfs          tmpfs      4087756     136   4087620   1% /dev/shm
  7. tmpfs          tmpfs         5120       0      5120   0% /run/lock
  8. tmpfs          tmpfs      4087756       0   4087756   0% /sys/fs/cgroup
  9. cgmfs          tmpfs          100       0       100   0% /run/cgmanager/fs
  10. tmpfs          tmpfs       817552      48    817504   1% /run/user/1000
  11. tmpfs          tmpfs       817552       0    817552   0% /run/user/1001
  12. rahul@ubuntu:/# echo "hello world" > test.txt
  13. rahul@ubuntu:/# chmod 200 test.txt
  14. rahul@ubuntu:/# ls -lrt /test.txt
  15. --w------- 1 root root 12 Mar  7 17:25 /test.txt
  16. rahul@ubuntu:/# cat /test.txt
  17. hello world
  18. rahul@ubuntu:/#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement