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 very much !!!...
Just testing...
Awesome, problem solved. Thanks man....
REboot the MAC and Try to redownload the JDK. It might be that the JDK...
When I download the new JDK for Mac it says the disk image is not reco...
You are my hero for posting this....
Greetings! Very useful advice in this particular article! It's the ...
I love what you guys are up too. This type of clever work and reportin...
relates to. To fix that you can either include the path to mysqldump e...
By implementing all these third-party tacked on start menus, all we’...

Tags

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

Sponsors

YCSoftware
  • © 2025 Ycsoftware.net
Top