IoT Practical 1 Linux Commands 25:11:2021
IoT Practical 1 Linux Commands 25:11:2021
khyati@KRs-MacBook-Air documents % ls
Data struct
Java
LA with python
Networking
python pracs
~$twork troubleshooting commands - prac 2 - all 3 OS.docx
khyati@KRs-MacBook-Air documents % cat > hello.txt
hello, this is my first IoT practical.
^Z
zsh: suspended cat > hello.txt
khyati@KRs-MacBook-Air documents % touch hello2.txt
khyati@KRs-MacBook-Air documents % sudo chown Guest1 hello.txt
Password:
khyati@KRs-MacBook-Air documents % sudo dd if=hello2.txt of=hello.txt
0+1 records in
0+1 records out
5 bytes transferred in 0.000045 secs (111551 bytes/sec)
khyati@KRs-MacBook-Air IoT % df
Filesystem 512-blocks Used Available Capacity iused ifree %iused Mounted on
/dev/disk1s5s1 976363488 29947104 725486688 4% 553787 4881263653 0% /
devfs 666 666 0 100% 1152 0 100% /dev
/dev/disk1s4 976363488 2099240 725486688 1% 2 4881817438 0% /System/Volumes/VM
/dev/disk1s2 976363488 786408 725486688 1% 2105 4881815335 0%
/System/Volumes/Preboot
/dev/disk1s6 976363488 10960 725486688 1% 17 4881817423 0%
/System/Volumes/Update
/dev/disk1s1 976363488 216500008 725486688 23% 3261098 4878556342 0%
/System/Volumes/Data
map auto_home 0 0 0 100% 0 0 100% /System/Volumes/Data/home
khyati@KRs-MacBook-Air IoT % man man