Linux profile File】的更多相关文章

umask 022alias vim="/pd/vim/7.1/bin/vim"if [ -e /usr/bin/vim ]; then alias vim="/usr/bin/vim"fialias ll="ls -l"alias l='ls -altrF'alias c='clear'#alias pssuez="/usr/ucb/ps -auxwwww | grep hh"alias pssuez="/bin/…
c语言文件格式 source file file.c C source, ASCII text pretreatment 预处理文件 file.i C source, ASCII text assembler file 汇编文件 file.s assembler source, ASCII text can only assembler file.S assembler source, ASCII text can pretreatment + assembler        object f…
linux move file / folder bash command mv $ which mv $ man mv # mv [-f] source target/ target folder $ sudo mv -f mongodb-macos-x86_64-4.2.6.tgz /usr/local demo ➜ Desktop which mv /bin/mv ➜ Desktop man mv ➜ Desktop mv mongodb-macos-x86_64-4.2.6.tgz /u…
目录 . 引言 . open() syscall . close() syscall 0. 引言 在linux的哲学中,所有的磁盘文件.目录.外设设备.驱动设备全部被抽象为了"文件"这个概念,所以本文提到的"File IO"适用于linux下所有的IO操作,需要明白的的,本文分析的是linux下的IO系统调用对应的内核源代码,linux下每一个系统调用都有对应的内核源代码,而我们在ring3常用的glib c的编程所有的c库API,它们只是对系统调用的一个封装,最终…
If you’re running Linux, then it’s likely that you’ve needed to change some options for your file systems.  Getting acquainted with fstab can make the whole process a lot easier, and it’s much easier than you think.   What Is Fstab? Fstab is your ope…
file 命令可以查看文件类型信息,原理见: 非常Linux-file命令与magic file 修改 /ect/magic 文件后,可用 file 命令显示自定义文件类型信息. man magic 详细说明了如何修改 /etc/magic 举例如下 : 例1:文件的前四个字节是 44 33 22 11 (16进制),则文件类型为 AAA Type 0 long 0x11223344 AAA Type 例2:文件的前两个字节是 99 88 (16进制),从第9个字节开始是 abcdef,则文件类…
We may drop the file system caches on Linux to free up memory for applications. Kernels 2.6.16 and newer provide a mechanism via the /proc/ to make the kernel drop the page cache and/or inode and dentry caches on command. We can use this mechanism to…
今天上午有同事反映应用数据库连接不上:于是排查数据库: [oracle@db ~]$ sqlplus / as sysdba SQL*Plus: Release - Production on Thu Dec :: Copyright (c) , , Oracle. All Rights Reserved. ERROR: ORA-09925: Unable to create audit trail file Linux-x86_64 Error: 30: Read-only file syst…
今天遇到几个命令,初见时感觉好像啊,不太能区分其具体功能和区别,因此特来记录一下. 1. file和type file: 查看文件类型 type: display information of command type 2. which和whereis which: 查看可执行文件和别名alias的位置.whereis -p whereis: 查看文件的位置,只搜索二进制文件.man说明文件和源代码文件 locate: 配合数据库查看位置,数据库大概每天更新一次.find -name的另一种写法…
命令格式 file [-bchikLNnprsvz0] [--apple] [--mime-encoding] [--mime-type] [-e testname] [-F separator] [-f namefile] [-m magicfiles] file ... file -C [-m magicfiles] file [--help] 命令参数 -b, --brief 不输出文件名(简要模式). -L, --dereference 直接显示符号连接所指向的文件的类型. -v, --…