Ycsoftware.net
Menu
  • Databases
    • MySQL
    • MS SQL Server
    • Foxpro
  • Programming
    • .NET
    • C#
    • Drupal
    • Java
    • PHP
    • Javascript
  • System Administration
    • Hardware
    • Linux
    • MAC
    • Virtual Servers
    • VMWARE
    • Servers
    • VirtualBox
  • Web Design
    • CSS
    • Flash
    • HTML
    • SEO
  • Other
  • Contact Us
    • About Us

Category : Linux

Linux

Move or change the permissions of all files including hidden files in Bash

  • March 25, 2017

shopt manual : dotglob If set, Bash includes filenames beginning with a ‘.’ in the results of filename expansion. Step 1 Run this command first shopt -s dotglob Step 2 Run your command mv * … Read more

    • Linux
    • System Administration

Set umask in sshd_config

  • March 14, 2017

Subsystem sftp /usr/lib/openssh/sftp-server -u 027 Dont forget to restart your ssh server service sshd restart

    • Linux
    • System Administration

Change all Files permissions to 664

  • March 14, 2017

sudo find . -type f -exec chmod 664 {} \;

    • Linux
    • System Administration

Change all Folder permissions to 775

  • March 14, 2017

sudo find . -type d -exec chmod 775 {} \;

    • Linux
    • System Administration

setgid Permission

  • March 14, 2017

When setgid permission is applied to a directory, files that were created in this directory belong to the group to which the directory belongs. How to set the setgid permission chmod g+s directory How to … Read more

    • Linux
    • System Administration
« Older Posts
Newer Posts »

Search

Search

YCSoftware Recent Comments

THANKS!!!.. worked like a charm......
It works!...
THANKS! FIXED the problem I was having!!! :) openSUSE LEAP 15.0 m...
perfect, thanks much...
thanks a lot...
Love it bro that worked for me thank you...
Same error, but on Mac, any ideas?...
Thanks very much !!!...
Just testing...
Awesome, problem solved. Thanks man....

Tags

.net C# Centos 5 interest internet Microsoft Access Microsoft Office Programming technology thinker vmware vmware tools

Sponsors

YCSoftware
  • © 2025 Ycsoftware.net
Top