Linux

linux equivalent dos commands

Linux Equivalents Of 36 Dos Commands dos komutlari linux komutlari aciklama assign ln Create a file or directory link /? man Help about the command break on trap Trap ctrl-break / Trap signals cd cd Change directory chdir pwd Display directory location cls clear Clear screen copy cp Copy a file date date Displays or sets the date del rm Deletes one or more files dir ls Displays a list of files and subdirectories in a directory doskey /h history history List command history echo echo Displays messages, or turns command-echoing on or off edit vim (or other editor) Editor to edit files exit exit Exit the command prompt fc diff Compare two files and show differences find grep Searches for a text string in a file or files format mke2fs or mformat Formats a disk find grep Look for a word in files given in command line hostname hostname Print host name of computer ipconfig ifconfig Display/configure network interface mem free Displays the amount of used and free memory in your system mkdir mkdir Create a Directory more more or even less Displays output one screen at a time move mv Moves files and renames files and directories ping ping Send packets to a network host route print route -n Print routing table reboot shutdown -r now Reboot system ren mv Renames a file or files set set or env List all environment variables tracert traceroute Show routes and router hops to given network destination time date Displays or sets the system time tasklist ps -aux top top List executable name, process ID number and memory usage of active processes type cat Dump contents of a file to users screen ver Uname -a Operating system/shell version win startx Start x-windows xcopy cp -R Copy all file of directory recursively kaynak »

linux komutlari

ctrl+r veya history gecmişe ait komutları listeler. chown dosyanın ait oldugu kişiyi değiştirir. chown trainee/<i class="fa fa-arrow-right" aria-hidden="true"></i>ytasan kullanıcı izni olarak ytasan kullanıcısının adı girilmiş oldu. izin artık onda. stdout console, monitor ya da lcd ekran olabilir. stdin klavye olabilir. stderr monitor ya da log file olabilir. pstree parent process tree demektir. birbiri ile parent olan, tree halinde olan process’leri verir. process’in zombi olması process’in işletim sistemi icinde kayıtsız olarak calısması demektir. »

linux siteleri

kaynak olabilecek güzel linux siteleri: kaliteli site http://linuxcommand.org internetten bulundu ama kalitesinden emin değilim http://www.linux-tip.net/cms/ entes’ten serdar uludag’in tavsiyesi http://free-electrons.com/ internetten bulundu, kalitesi fena degil gibi http://www.linux.org for beginners http://www.linux.org/tutorial/view/beginners-level-course for intermediate http://www.linux.org/tutorial/view/intermediate-level-course for advanced http://www.linux.org/tutorial/view/advanced-level-course tips and tricks http://www.linux.org/tutorial/view/linux-tips-and-tricks turkce ve saglam bir site http://web.deu.edu.tr/doc/lis/ dokümanlama projelerinde çalışanların çıkardıkları dökümanlar http://tldp.org/guides.html »

ls megabyte gosterimi

ls megabyte gosterimi dosyalar byte cinsinden liste olarak siralanır. ls -l dosyalar megabyte cinsinden liste olarak siralanır. ls -lh --block-size m dosyalar kilobyte cinsinden liste olarak siralanır. ls -lh --block-size k »

mac adresi degistirme

mac adresi degistirme embedded linux’ta kullanmistim galiba bunlari. sudo ifconfig eth0 down sudo ifconfig eth0 hw ether 4c:22:d0:b8:78:ae sudo ifconfig eth0 up »

micro kernel

micro kernel kernel boyutunun asgaride tutuldugu, ayrica Gomulu programlama jargonuna gore BSP’lerin, high level yazilim jargonuna gore driver’larin kernel disinda tutuldugu (bir nevi user space) kernel turu. QNX’te bu kernel var. avantaji driver’lardan biri cokunce sistem cokmuyor. Kernel’in uzerinde (driver gibi kosan) baska yapilar coken driver yeniden baslatiyor ve bu sayede sistem (donanimsal bir sorun olmadigi surece) hep ayakta kaliyor. Driver’i ayaga kaldiran yapiya High Availability Manager(HAM) deniyor. kaynak »

monolithic kernel

Monolithic kernel bir bütün halinde yazılan kernel dizaynı. moduler bir dizaynın arada mesajlarla, data transferleriyle zaman kaybetmemesi gibi dezavantajları bulunmayan bu sebeple de hızlı olan sistem, ayrıca kolay bir dizayn olarak geçmektedir. ancak kodda yapılan değişiklikler bütün kernelin yeniden derlenmesini gerektirir. linux böyle bir kerneldir. kaynak Gomulu programlama jargonuna gore BSP’lerin, high level yazilim jargonuna gore driver’larin kernel icine gomuldugu kernel turu. Driver’lardan biri cokerse tum sistem coker. baska bir turu icin micro kernel »

mysys mingw'de home dizini degistirme

asagidaki path’teki etc dizinindeki profile dosyasi acilir. C:\MinGW\msys\1.0\etc asagidaki kisim editlenecek olan kisim: # Set up USER's home directory if [ -z "$HOME" ]; then HOME="/home/$LOGNAME" fi asagidaki sekilde editlenecek: # Set up USER's home directory if [ -z "$HOME" ]; then HOME="C:\" fi »

path ekleme

pre and post pathing path degiskeninde executable dosyaların yeri tutulur. bu yolun ne oldugunu anlamak için: echo $PATH path’e yeni bir dizin eklemek için: PATH=$PATH:/data/myscripts yukaridakini girince yeni path asagidaki olacaktir: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/data/myscripts path’e ekledigin satiri mevcut yolların basına eklemek istersen: PATH=/data/myscripts:$PATH yukarıdaki satiri girince yeni path asagidaki olacaktir: /data/myscripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games kaynak PATH değişkeni sistem tarafından aranan patika listesini tutar. mesela who komutu /usr/bin altındadır. PATH değişkeninde her dizin iki nokta üstüste ile ayrılır. »

terminal komut gecmisi

terminale o ana kadar girilmiş tüm komutları görüntülemek için: tüm komutların tutuldugu text dosyasının bulundugu dizini asagidaki verir echo $HISTFILE yukarıdaki komut ile asagidaki cikti elde edilir. /home/user/.bash_history .bash_history bir text dosyasi. »