studentsuvidha
Linux IPU BCA notes and paper free download - Printable Version

+- studentsuvidha (https://studentsuvidha.com/forum)
+-- Forum: Student Stuffs (https://studentsuvidha.com/forum/Forum-Student-Stuffs)
+--- Forum: Indraprastha University IPU notes and papers (https://studentsuvidha.com/forum/Forum-Indraprastha-University-IPU-notes-and-papers)
+---- Forum: IPU BCA papers and Notes -free downloads (https://studentsuvidha.com/forum/Forum-IPU-BCA-papers-and-Notes-free-downloads)
+----- Forum: 6th semester IPU BCA papers and Notes -free downloads (https://studentsuvidha.com/forum/Forum-6th-semester-IPU-BCA-papers-and-Notes-free-downloads)
+----- Thread: Linux IPU BCA notes and paper free download (/Thread-Linux-IPU-BCA-notes-and-paper-free-download)



Linux IPU BCA notes and paper free download - Dipesh S - 04-12-2017

QUESTION PAPERS:-

SYLLABUS:-

UNIT–I
UNIX & LINUX:- Overview of  UNIX and LINUX Architectures, UNIX Principles,GNU Project/FSF,GPL,Getting help in Linux with –help,whatis,man command, info command, simple commands like date,whoami, who, w, cal, bc ,hostname,uname, concept of aliases etcLinux filesystem types ext2, ext3, ext4,Basic linux directory structure and the functions of different directories basic directory navigation commands like cd, mv, copy,rm,cat command , less command, runlevel(importance of /etc/inittab).

UNIT–II
Standard Input and Output, Redirecting input and Output, Using Pipes to connect processes, tee command, Linux File Security, permission types, examining permissions, changing permissions(symbolic method numeric method),default permissions and umask Vi editor basics, three modes of vi editor,concept of inodes,inodes and directories,cp and inodes ,mv and inodes rm and inodes,symbolic links and hard links,mount and umount command, creating archives, tar,gzip,gunzip,bzip2,bunzip2(basic usage of these commands)

UNIT–III
Enivironment variables(HOME,LANG,SHELL,USER,DISPLAY,VISUAL),Local variables, concept of /etc/passwd, /etc/shadow, /etc/group,and su- command, special permissions(suid for an executable,sgid for an executable,sgid for a directory,sticky bit for a directory) tail, wc, sort, uniq, cut, tr, diff, aspell, basic shell scripts grep, sed, awk(basic usage)

UNIT–IV
Process related commands(ps, top, pstree, nice, renice), Introduction to the linux Kernel, getting started with the kernel(obtaining the kernel source, installing the kernel source,using patches, the kernel source tree, building the kernel process management(process descriptor and the task structure, allocating the process descriptor, storing the process descriptor, process state, manipulating the current process state, process context, the process family tree, the Linux scheduling algorithm, overview of system calls,.Intoduction to kernel debuggers(in windows and linux).