Skip to content

Instantly share code, notes, and snippets.

@Zert
Created April 10, 2012 03:41
Show Gist options
  • Save Zert/2348184 to your computer and use it in GitHub Desktop.
Save Zert/2348184 to your computer and use it in GitHub Desktop.
root@ubuntu ~ # grep -r '/etc/profile' /etc
/etc/skel/.profile:# the default umask is set in /etc/profile; for setting the umask
/etc/skel/.bashrc:# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
/etc/profile:# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
/etc/profile:if [ -d /etc/profile.d ]; then
/etc/profile: for i in /etc/profile.d/*.sh; do
Binary file /etc/alternatives/rzsh matches
Binary file /etc/alternatives/ksh matches
Binary file /etc/alternatives/usr.bin.ksh matches
Binary file /etc/alternatives/zsh matches
Binary file /etc/alternatives/zsh-usrbin matches
grep: /etc/fonts/conf.d/30-defoma.conf: No such file or directory
/etc/apparmor.d/abstractions/bash: /etc/profile.dos r,
/etc/apparmor.d/abstractions/bash: /etc/profile r,
/etc/apparmor.d/abstractions/bash: /etc/profile.d/ r,
/etc/apparmor.d/abstractions/bash: /etc/profile.d/* r,
grep: /etc/blkid.tab: No such file or directory
/etc/bash.bashrc:# this file has to be sourced in /etc/profile.
/etc/bash.bashrc:# set a fancy prompt (non-color, overwrite the one in /etc/profile)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment