background preloader

Linux

Facebook Twitter

Ibiblio.org - art. Linux Knowledge Base and Tutorial. Linux Knowledge Base and Tutorial. Linux Standard Base (LSB) The Linux Standard Base was created to lower the overall costs of supporting the Linux platform. By reducing the differences between individual Linux distributions, the LSB greatly reduces the costs involved with porting applications to different distributions, as well as lowers the cost and effort involved in after-market support of those applications. Links News The LSB workgroup is happy to announce the release of LSB 5.0, including specifications, development tools, and tests. The LSB workgroup is happy to announce the release of FHS 3.0.

The LSB workgroup is happy to announce LSB 5.0 Release Candidate 1. LSB 5.0 Beta 2 The LSB workgroup is happy to announce the availability of LSB 5.0 Beta 2. The LSB workgroup is pleased to announce the release of the LSB SDK, version 4.1.8. LSB 5.0 Beta 1 The LSB workgroup is pleased to announce the availability of LSB 5.0 Beta 1. LSB Updates: SDK 4.1.7, LSB 4.1 tests The LSB workgroup has released updates to the SDK and the 4.1 distribution tests. The Linux Foundation. Mount. Mount - mount a file system mount [-lhV] mount -a [-fFnrsvw] [-t vfstype] [-O optlist] mount [-fnrsvw] [-o options [,...]] device | dir mount [-fnrsvw] [-t vfstype] [-o options] device dir mount(2), umount(2), fstab(5), umount(8), swapon(8), nfs(5), xfs(5), e2label(8), xfs_admin(8), mountd(8), nfsd(8), mke2fs(8), tune2fs(8), losetup(8) All files accessible in a Unix system are arranged in one big tree, the file hierarchy, rooted at /.

These files can be spread out over several devices. The standard form of the mount command, is mount -t type device dir This tells the kernel to attach the file system found on device (which is of type type) at the directory dir. Three forms of invocation do not actually mount anything: mount -h prints a help message; mount -V prints a version string; and just mount [-l] [-t type] lists all mounted file systems (of type type).

Mount --bind olddir newdir After this call the same contents is accessible in two places. mount --rbind olddir newdir (i) The command or -h -v -a -f. Welcome to Recipes4Linux. SystemRescueCd. SystemTap.