Unix or linux which one i should learn and what is difference between them? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Unix or linux which one i should learn and what is difference between them?

Unix vs Linux difference?

29th May 2019, 3:55 PM
raghavendra jd
raghavendra jd - avatar
3 Respostas
+ 5
šŸŽ there are many commands used in Ubuntu too to do shell script like cat, find, grep, head, tail, less, locate, more , xargs, cp, rm, mkdir, pwd, ls, touch, diff and all have it's uses You can use Linux at starting and do practice all the concept and commands for your projects šŸŽ Generally A script is simply a list of commands stored in a file. Instead of running a sequence of commands by typing them one by one all the time on the terminal, a system user can store all of them (commands) in a file and repeatedly invokes the file to re-execute the commands several times. An example of how shell script is made an run OS = `uname` IO = " " #store IP case OS in Linux) IP = `if config | grep 'inet addr:' | grep -v '127.0.0.1' | cut -d: -f2 | awk ' {print $1}' `;; esac echo "$IP"
29th May 2019, 5:15 PM
DishaAhuja
DishaAhuja - avatar
+ 3
raghavendra jd hi, šŸŽ Unix is an UNiplexed Information and Computing System isĀ a large multi-user operating system that was being developed at Bell Labs. LinuxĀ is aĀ UNIXĀ Clone. But if you consider Portable Operating System Interface (POSIX) standards thenĀ LinuxĀ can be considered as UNIX šŸŽ Linux is an kernel which is used with standards of the Linux. šŸŽ Unix is worked on network and shell programming which means you can made secure code with the help of the Unix commands and bach script. šŸŽ Unix is also worked on Unix network and programming of shell in which generally socket programming is learn and the program on different layers of community is created šŸŽ transport layer šŸŽ application layer šŸŽ session layer šŸŽ presentation layer šŸŽ the socket programming is used to make different type of socket connection between server and client in the form of TCP, UDP transmission šŸŽ their are many Unix type kernel and OS šŸŽ Linux šŸŽ Solaris šŸŽ AIX šŸŽ UBANTU šŸŽ HP-UX Have some šŸŽ šŸŽ šŸŽ šŸŽ
29th May 2019, 5:05 PM
DishaAhuja
DishaAhuja - avatar
+ 3
As this topic is so broad can't be cover here so if you post questions next time mention the topic so I can give more information to cover your query . Till that have these šŸŽ šŸŽ šŸŽ šŸŽ šŸŽ
29th May 2019, 5:16 PM
DishaAhuja
DishaAhuja - avatar