Difference: LinuxHints (5 vs. 6)

Revision 62015-09-23 - TimMcDonald

Line: 1 to 1
 

Linux Hints

  • Problem: Moving files into a web directory, even after changing permissions reporting a permission error when clicked on from web:
Changed:
<
<
    • restorecon -r < path >
>
>
    • restorecon -r < path >
 
  • Adding a user to an existing group
    • usermod -a -G {group} (username}
Added:
>
>
  • Listing groups a user belongs to
    • groups {username}
 
  • Forcing all files in a folder to belong to a group:
    • chmod g+s dir
  • Ubuntu: setting your default shell:
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback