Een overzicht van commando's die je via Konsole kunt gebruiken. Als je in Konsole een commando intypt gevolgd door een spatie, twee streepjes en help dan krijg je een korte uitleg over dat commando met de gebruiksopties. Voorbeeld: ls --help. Ook kun je uitleg opvragen via man of info. Voorbeelden: man ls en info ls. Je komt weer terug uit de uitvoer van man en info door op q te drukken.
Soms werkt iets niet omdat je voor bepaalde commando's root of superuser moet zijn.
debian@debian:~$ stat index.html File: `index.html' Size: 290 Blocks: 8 IO Block: 4096 normaal bestand Device: 309h/777d Inode: 132314 Links: 1 Access: (0444/-r--r--r--) Uid: ( 1000/ debian) Gid: ( 1000/ debian) Access: 2007-09-21 18:47:43.000000000 +0000 Modify: 2006-09-04 06:14:07.000000000 +0000 Change: 2007-04-15 03:50:41.000000000 +0000
debian@debian:~$ wc index.html 16 34 290 index.html
debian@debian:~$ du index.html 4 index.html
debian@debian:~$ file index.html index.html: HTML document textVoorbeeld MIME type:
debian@debian:~$ file -i index.html index.html: text/html
debian@debian:~$ ps -e PID TTY TIME CMD 1 ? 00:00:01 init 2 ? 00:00:00 migration/0 3 ? 00:00:01 ksoftirqd/0 4 ? 00:00:00 events/0 5 ? 00:00:00 khelper 6 ? 00:00:00 kthread 9 ? 00:00:00 kblockd/0 10 ? 00:00:00 kacpid 67 ? 00:00:00 kseriod 101 ? 00:00:00 pdflush ... 4347 ? 00:00:00 apache2 4463 ? 00:04:03 opera 4496 ? 00:00:00 operapluginclea 4830 ? 00:00:01 kio_uiserver 5769 ? 00:00:03 kwrite 5836 ? 00:00:23 bluefish 5837 ? 00:00:00 kio_file 6060 ? 00:00:02 konsole 6061 pts/1 00:00:00 bash 6096 ? 00:00:00 kio_pop3 6115 pts/1 00:00:00 ps
debian@amd64:~$ uptime 02:00:32 up 4 days, 14:36, 2 users, load average: 0.19, 0.10, 0.09
debian@amd64:~$ w 01:15:24 up 4 days, 13:50, 2 users, load average: 0,08, 0,07, 0,06 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT debian tty7 :0 Tue11 0.00s 4:32 0.88s x-session-manag debian pts/0 :0.0 01:14 0.00s 0.09s 0.00s w
debian@amd64:~$ free total used free shared buffers cached Mem: 1028408 926960 101448 0 4716 132752 -/+ buffers/cache: 789492 238916 Swap: 1020088 1007660 12428
debian@debian:~$ kill 6060
debian@amd64:~$ logname debian
debian@amd64:~$ whoami debian
debian@amd64:~$ id uid=1000(debian) gid=1000(debian) groepen=4(adm),20(dialout),24(cdrom), 25(floppy),29(audio),30(dip),44(video),46(plugdev),104(scanner),108(lpadmin), 110(admin),115(netdev),117(powerdev),1000(debian)
debian@amd64:~$ who debian tty7 2007-10-23 11:27 (:0) debian pts/0 2007-10-28 01:14 (:0.0)
debian@amd64:~$ users debian debian
debian@amd64:~$ finger Login Name Tty Idle Login Time Office Office Phone debian debian tty7 Oct 23 11:27 (:0) debian debian pts/0 Oct 28 01:14 (:0.0)
debian@amd64:~$ last debian pts/0 :0.0 Sun Oct 28 01:14 still logged in debian pts/0 :0.0 Sun Oct 28 00:53 - 00:54 (00:01) debian pts/0 :0.0 Sat Oct 27 10:54 - 11:18 (00:23) debian pts/0 :0.0 Fri Oct 26 17:12 - 17:50 (00:38) debian pts/0 :0.0 Thu Oct 25 18:21 - 18:23 (00:01) debian pts/0 :0.0 Thu Oct 25 06:08 - 06:46 (00:37) debian pts/0 :0.0 Wed Oct 24 07:24 - 07:52 (00:27) debian tty7 :0 Tue Oct 23 11:27 still logged in reboot system boot 2.6.22-14-generi Tue Oct 23 11:27 - 01:29 (4+14:01)
debian@amd64:~$ cal oktober 2007 zo ma di wo do vr za 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
debian@amd64:~$ date zo okt 28 01:47:59 CEST 2007
© 2024 cadekeijzer.com